URI: 
       tadd msqr module - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f3b68cfc269a6c5f95242a219701df22944500d9
   DIR parent 060cf4a48ec571ee7cf452b1b9b73817276152e2
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat,  2 Jun 2012 17:29:58 +0200
       
       add msqr module
       
       Diffstat:
         M setup.py                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/setup.py b/setup.py
       t@@ -37,6 +37,7 @@ setup(name = "Electrum",
                          'electrum.mnemonic',
                          'electrum.pyqrnative',
                          'electrum.bmp',
       +                  'electrum.msqr',
                          'electrum.i18n'],
            description = "Lightweight Bitcoin Wallet",
            author = "thomasv",