mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-25 00:51:26 +01:00
remove wx import, no longer nessesary.
This commit is contained in:
parent
7d50e325ba
commit
f2d19d5b83
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user