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