Fixed stat.S_IWRITE error

This commit is contained in:
sTiKyt 2020-08-11 16:35:05 +03:00
parent 2f758a57b4
commit 82e942eca8
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -5,6 +5,7 @@
# under certain conditions; you can read LICENSE for details.
#
import base64
import stat
import getpass
import platform
import re as regular_expression
@ -18,7 +19,6 @@ from os import mkdir
from os import path
from os import remove
from os import replace
from os import stat
from os import system
from pathlib import Path as pathlib_Path
from shutil import copyfile