1
0

add dns to imports

This commit is contained in:
ThomasV
2015-07-29 18:37:00 +02:00
parent 916071ce61
commit 35923f1df0

View File

@@ -37,6 +37,7 @@ elif is_bundle and sys.platform=='darwin':
# pure-python dependencies need to be imported here for pyinstaller
try:
import dns
import aes
import ecdsa
import requests