mirror of https://github.com/n1nj4sec/pupy.git
Unicodedata is not required to start pupy, so remove it
This commit is contained in:
parent
99b202af59
commit
35cd39fe5b
|
@ -9,7 +9,6 @@ sys.path.insert(0, os.path.join('..','..','pupy'))
|
|||
import additional_imports
|
||||
import Crypto
|
||||
import pp
|
||||
import unicodedata # this is a builtin on linux and .pyd on windows that needs to be embedded
|
||||
import site
|
||||
|
||||
sys_modules = [
|
||||
|
|
Loading…
Reference in New Issue