From 896be7e335ed9350561b7596a6b6f0369e60d23e Mon Sep 17 00:00:00 2001 From: sTiKyt Date: Thu, 7 May 2020 21:01:47 +0300 Subject: [PATCH] Imported Popen, DEVNULL, mkdir, remove, chdir --- Defs/ImportManager/unsorted_will_be_replaced.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Defs/ImportManager/unsorted_will_be_replaced.py b/Defs/ImportManager/unsorted_will_be_replaced.py index 5373c26..3cd3d01 100644 --- a/Defs/ImportManager/unsorted_will_be_replaced.py +++ b/Defs/ImportManager/unsorted_will_be_replaced.py @@ -1,7 +1,7 @@ -from subprocess import call as run_command, check_output, CalledProcessError +from subprocess import call as run_command,Popen as run_background_command, check_output, CalledProcessError, DEVNULL from distutils.dir_util import copy_tree as webpage_set from time import sleep as wait -from os import path, system, chmod, stat +from os import path, system, chmod, stat, mkdir, remove, chdir from shutil import rmtree, copyfile from pathlib import Path as pathlib_Path import re as regular_expression