commit 100ff51cc43fda588084a1b63fb7f71f83d39ce8
parent c26f898a4fb00abb3f32317353b9d1688df89e6b
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 24 Feb 2016 19:16:59 +0100
add import for pyinstaller
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/electrum b/electrum
@@ -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