electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit f3b68cfc269a6c5f95242a219701df22944500d9
parent 060cf4a48ec571ee7cf452b1b9b73817276152e2
Author: ThomasV <thomasv@gitorious>
Date:   Sat,  2 Jun 2012 17:29:58 +0200

add msqr module

Diffstat:
Msetup.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/setup.py b/setup.py @@ -37,6 +37,7 @@ setup(name = "Electrum", 'electrum.mnemonic', 'electrum.pyqrnative', 'electrum.bmp', + 'electrum.msqr', 'electrum.i18n'], description = "Lightweight Bitcoin Wallet", author = "thomasv",