From 6aaae99afe334b04c2fc0f180dce22e04a0f84d3 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Fri, 15 Apr 2016 18:17:26 +0200 Subject: [PATCH] cleanup --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 2d0c8fc3..6435909b 100644 --- a/wscript +++ b/wscript @@ -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: