Merge branch 'master' of git://git.assembla.com/fpdb-eric

This commit is contained in:
Mika Bostrom 2009-11-04 20:24:48 +02:00
commit 0533c2f19a

View File

@ -462,7 +462,7 @@ class Importer:
loc = self.pos_in_file[file]
#size = os.path.getsize(file)
#print "loc =", loc, 'size =', size
except IndexError:
except KeyError:
pass
# Read input file into class and close file
inputFile.seek(loc)