This commit is contained in:
Thomas Nagy 2016-04-15 18:17:26 +02:00
parent fa8d8e2b45
commit 6aaae99afe
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ def create_waf(self, *k, **kw):
mw = 'tmp-waf-'+VERSION
print("-> preparing %r" % mw)
import tarfile, re, zipfile
import tarfile, zipfile
zipType = Options.options.zip.strip().lower()
if zipType not in zip_types: