1
0

do not import dns on android

This commit is contained in:
ThomasV
2015-08-18 12:15:56 +02:00
parent 3f1e4ae3b1
commit f583fcfedb
2 changed files with 3 additions and 1 deletions

View File

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