author | William Roberts <williamr@symbian.org> |
Tue, 22 Dec 2009 14:17:28 +0000 | |
changeset 128 | c63eca238256 |
parent 127 | e6bf005a5f58 |
child 129 | 249ca6c587b6 |
child 130 | f720de110d59 |
child 143 | e4ad889f1aa5 |
--- 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()