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 ntlm
|
||||
import http_parser
|
||||
import unicodedata
|
||||
|
||||
try:
|
||||
import psutil
|
||||
|
|
Loading…
Reference in New Issue