Fixed importData f.close problem

svn: r682
This commit is contained in:
Don Allingham 2002-01-06 20:50:24 +00:00
parent 6bbc3f6cf5
commit 0895aceb95

View File

@ -77,7 +77,6 @@ def importData(database, filename, callback):
f.close()
except IOError,msg:
use_gzip = 0
f.close()
else:
use_gzip = 0