add import for pyinstaller

This commit is contained in:
ThomasV 2016-02-24 19:12:38 +01:00
parent 62f2095faa
commit c26f898a4f
1 changed files with 1 additions and 0 deletions

View File

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