downloadkit/downloadkit.py
changeset 127 c63eca238256
parent 126 e6bf005a5f58
child 128 249ca6c587b6
--- a/downloadkit/downloadkit.py	Tue Dec 22 13:55:14 2009 +0000
+++ b/downloadkit/downloadkit.py	Tue Dec 22 14:17:28 2009 +0000
@@ -171,7 +171,7 @@
 			print "URL Error:",e.reason , downloadurl
 
 		# unzip the file (if desired)
-		if re.match(r"(bin|epoc).*\.zip", filename):
+		if re.match(r"(bin|tools).*\.zip", filename):
 			unzipthread = unzipfile(filename, 1, 0)   # unzip once, don't delete
 			threadlist.append(unzipthread)
 			unzipthread.start()