Don't unzip

This commit is contained in:
Ruud
2012-10-27 18:22:50 +02:00
parent 41c0f34d95
commit 1a56191f83
+4 -4
View File
@@ -104,7 +104,7 @@ setup(
options = dict(bdist_esky = ESKY_OPTIONS),
)
distpath = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dist')
zipfilename = os.path.join(distpath, '%s-%s.%s' % (NAME, version.VERSION, file_ext))
zfile = zipfile.ZipFile(zipfilename, "r")
zfile.extractall(distpath)
#distpath = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dist')
#zipfilename = os.path.join(distpath, '%s-%s.%s' % (NAME, version.VERSION, file_ext))
#zfile = zipfile.ZipFile(zipfilename, "r")
#zfile.extractall(distpath)