remove wx import, no longer nessesary.

This commit is contained in:
Matt Sowden 2012-11-16 10:48:26 -05:00
parent 7d50e325ba
commit f2d19d5b83

View File

@ -13,12 +13,6 @@ from Crypto.Util import asn1
from Crypto.PublicKey import RSA
from Crypto.Cipher import AES
from Crypto.Cipher import PKCS1_v1_5
try:
import wx
#Eclipse pyDev error fix
wx=wx
except ImportError:
pass
EntityID = 0