diff --git a/Defs/ImportManager/unsorted_will_be_replaced.py b/Defs/ImportManager/unsorted_will_be_replaced.py index b8b08d1..5373c26 100644 --- a/Defs/ImportManager/unsorted_will_be_replaced.py +++ b/Defs/ImportManager/unsorted_will_be_replaced.py @@ -1,6 +1,8 @@ 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 +from os import path, system, chmod, stat +from shutil import rmtree, copyfile +from pathlib import Path as pathlib_Path import re as regular_expression -import getpass, base64 \ No newline at end of file +import getpass, base64