From f0f6caf8f10ef9ee6b29d2273e3cd8ecf059f43b Mon Sep 17 00:00:00 2001 From: sTiKyt Date: Wed, 6 May 2020 14:26:31 +0300 Subject: [PATCH] created unsorted_will_be_replaced.py to handle all imports --- Defs/ImportManager/unsorted_will_be_replaced.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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