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