add import for pyinstaller

This commit is contained in:
ThomasV 2016-02-24 19:16:59 +01:00
parent c26f898a4f
commit 100ff51cc4
1 changed files with 1 additions and 0 deletions

View File

@ -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