Imported some libraries

imported chmod, stat, shutil.rmtree, shutil.copyfile , pathlib.Path
This commit is contained in:
sTiKyt 2020-05-07 11:15:01 +03:00
parent 2bd8535459
commit 6a904621f2

View File

@ -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
import getpass, base64