mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
created unsorted_will_be_replaced.py to handle all imports
This commit is contained in:
parent
f6f7cd46cf
commit
f0f6caf8f1
|
@ -1,2 +1,5 @@
|
||||||
from subprocess import call as run_command
|
from subprocess import call as run_command, check_output, CalledProcessError
|
||||||
from distutils.dir_util import copy_tree as webpage_set
|
from distutils.dir_util import copy_tree as webpage_set
|
||||||
|
from time import sleep as wait
|
||||||
|
from os import path, system
|
||||||
|
import re as regular_expression
|
Loading…
Reference in New Issue
Block a user