Imported PIPE from subprocess

This commit is contained in:
sTiKyt 2020-05-08 11:38:13 +03:00
parent dd89e0e4a9
commit 32bddbb422
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -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