mirror of https://github.com/n1nj4sec/pupy.git
additional_imports: Ensure unicodedata loaded
This commit is contained in:
parent
e9afcbf8de
commit
59ac4ba9fd
|
@ -43,6 +43,7 @@ import __future__
|
||||||
import netaddr
|
import netaddr
|
||||||
import ntlm
|
import ntlm
|
||||||
import http_parser
|
import http_parser
|
||||||
|
import unicodedata
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import psutil
|
import psutil
|
||||||
|
|
Loading…
Reference in New Issue