From 82e942eca85606c2b95397ac837307682441e7cc Mon Sep 17 00:00:00 2001 From: sTiKyt Date: Tue, 11 Aug 2020 16:35:05 +0300 Subject: [PATCH] Fixed stat.S_IWRITE error --- Defs/ImportManager/unsorted_will_be_replaced.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Defs/ImportManager/unsorted_will_be_replaced.py b/Defs/ImportManager/unsorted_will_be_replaced.py index 4ca5970..ca29f24 100644 --- a/Defs/ImportManager/unsorted_will_be_replaced.py +++ b/Defs/ImportManager/unsorted_will_be_replaced.py @@ -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