Fixed file open issue with gzip

svn: r364
This commit is contained in:
Don Allingham 2001-08-25 03:52:04 +00:00
parent 6a048ff3c9
commit 8d98531635

View File

@ -125,7 +125,6 @@ def loadData(database, filename, callback=None):
f.close()
except IOError,msg:
use_gzip = 0
f.close()
try:
if use_gzip: