mirror of https://github.com/n1nj4sec/pupy.git
remove duplicates
This commit is contained in:
parent
4e3ee4f9ae
commit
9fd24fddf9
|
@ -25,9 +25,7 @@ import shutil
|
|||
import platform
|
||||
import errno, stat
|
||||
import zlib
|
||||
import tempfile
|
||||
import code
|
||||
import Queue
|
||||
import glob
|
||||
import multiprocessing
|
||||
import math
|
||||
|
@ -38,7 +36,6 @@ import json
|
|||
import ctypes
|
||||
import ctypes.wintypes
|
||||
import threading
|
||||
import time
|
||||
import urllib
|
||||
import urllib2
|
||||
import getpass
|
||||
|
|
Loading…
Reference in New Issue