diff --git a/Defs/ImportManager/unsorted_will_be_replaced.py b/Defs/ImportManager/unsorted_will_be_replaced.py index 506ffbe..52c9772 100644 --- a/Defs/ImportManager/unsorted_will_be_replaced.py +++ b/Defs/ImportManager/unsorted_will_be_replaced.py @@ -1,2 +1,5 @@ -from subprocess import call as run_command -from distutils.dir_util import copy_tree as webpage_set \ No newline at end of file +from subprocess import call as run_command, check_output, CalledProcessError +from distutils.dir_util import copy_tree as webpage_set +from time import sleep as wait +from os import path, system +import re as regular_expression \ No newline at end of file