mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Imported replace
This commit is contained in:
parent
a8a5be85ee
commit
a12165d8e7
|
@ -1,7 +1,7 @@
|
||||||
from subprocess import call as run_command,Popen as run_background_command, check_output, CalledProcessError, DEVNULL, PIPE
|
from subprocess import call as run_command,Popen as run_background_command, check_output, CalledProcessError, DEVNULL, PIPE
|
||||||
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 time import sleep as wait
|
||||||
from os import path, system, chmod, stat, mkdir, remove, chdir
|
from os import path, system, chmod, stat, mkdir, remove, chdir, replace
|
||||||
from shutil import rmtree, copyfile
|
from shutil import rmtree, copyfile
|
||||||
from pathlib import Path as pathlib_Path
|
from pathlib import Path as pathlib_Path
|
||||||
from pyngrok import ngrok
|
from pyngrok import ngrok
|
||||||
|
|
Loading…
Reference in New Issue
Block a user