1
0

get rid of pyasn1 dependencies

This commit is contained in:
ThomasV
2015-04-14 15:10:44 +02:00
parent ed5258e406
commit 47f89f43b6
3 changed files with 0 additions and 10 deletions

View File

@@ -47,8 +47,6 @@ try:
import requests
import six
import qrcode
import pyasn1
import pyasn1_modules
import tlslite
import pbkdf2
import google.protobuf
@@ -56,10 +54,6 @@ except ImportError as e:
sys.exit("Error: %s. Try 'sudo pip install <module-name>'"%e.message)
# the following imports are for pyinstaller
import pyasn1.codec
import pyasn1.codec.der
from pyasn1.codec.der import encoder, decoder
from pyasn1_modules import rfc2459
from google.protobuf import descriptor
from google.protobuf import message
from google.protobuf import reflection