mirror of https://github.com/n1nj4sec/pupy.git
Remove explicit dependencies not required for booting
This commit is contained in:
parent
bc1651dcf9
commit
5dd9129c89
|
@ -27,10 +27,8 @@ import errno, stat
|
|||
import zlib
|
||||
import code
|
||||
import glob
|
||||
import multiprocessing
|
||||
import math
|
||||
import binascii
|
||||
import inspect
|
||||
import shlex
|
||||
import json
|
||||
import ctypes
|
||||
|
|
Loading…
Reference in New Issue