URI: 
       tMerge pull request #484 from flatfly/patch-1 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ab3f5e85560b2096ccebfa74dba11a5a6c3c53b3
   DIR parent 3ee97be26155a64903fc24eba00078b6d57663d4
  HTML Author: ThomasV <thomasv1@gmx.de>
       Date:   Sun,  1 Dec 2013 06:06:41 -0800
       
       Merge pull request #484 from flatfly/patch-1
       
       fix for getversion
       Diffstat:
         M lib/commands.py                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/commands.py b/lib/commands.py
       t@@ -208,7 +208,7 @@ class Commands:
            def getservers(self):
                return self.network.get_servers()
        
       -    def getversion():
       +    def getversion(self):
                import electrum 
                return electrum.ELECTRUM_VERSION