remove call to hhc.processFile as someone removed that function

This commit is contained in:
eblade 2009-03-12 01:18:31 -04:00
parent fbbd2c4d5c
commit 02c5cfb39e

View File

@ -252,7 +252,7 @@ class Importer:
supp = conv.readSupportedGames() # Should this be done by HHC on init?
#gt = conv.determineGameType()
# TODO: Check that gt is in supp - error appropriately if not
conv.processFile()
# conv.processFile()
if(conv.getStatus()):
(stored, duplicates, partial, errors, ttime) = self.import_fpdb_file(conv.getProcessedFile(), site)
else: