1
0

aiorpcx address synchronizer

This commit is contained in:
Janus
2018-07-27 12:29:04 +02:00
committed by SomberNight
parent f733cb8947
commit b120584f97
5 changed files with 133 additions and 173 deletions

View File

@@ -48,6 +48,7 @@ def check_imports():
import qrcode
import google.protobuf
import jsonrpclib
import aiorpcx
except ImportError as e:
sys.exit("Error: %s. Try 'sudo pip install <module-name>'"%str(e))
# the following imports are for pyinstaller