This commit is contained in:
mac12m99
2019-07-18 14:15:09 +02:00
parent ccb68c8691
commit 694ff78a8f
31 changed files with 885 additions and 864 deletions

View File

@@ -3,7 +3,6 @@
# Zip Tools
# --------------------------------------------------------------------------------
import io
import os
import zipfile
@@ -18,7 +17,6 @@ class ziptools:
if not dir.endswith(':') and not os.path.exists(dir):
os.mkdir(dir)
file = io.FileIO(file)
zf = zipfile.ZipFile(file)
if not folder_to_extract:
self._createstructure(file, dir)