URI: 
       tadd import for pyinstaller - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 100ff51cc43fda588084a1b63fb7f71f83d39ce8
   DIR parent c26f898a4fb00abb3f32317353b9d1688df89e6b
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed, 24 Feb 2016 19:16:59 +0100
       
       add import for pyinstaller
       
       Diffstat:
         M electrum                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -58,6 +58,7 @@ def check_imports():
            from google.protobuf import message
            from google.protobuf import reflection
            from google.protobuf import descriptor_pb2
       +    from jsonrpclib import SimpleJSONRPCServer
            # check that we have the correct version of ecdsa
            try:
                from ecdsa.ecdsa import curve_secp256k1, generator_secp256k1