Possible fix for problem Eric is reporting in importer

This commit is contained in:
Worros 2009-01-19 11:32:34 +09:00
parent 8cf705240c
commit b2c135ee12

View File

@ -182,7 +182,7 @@ class Importer:
firstline = self.lines[0] firstline = self.lines[0]
except: except:
# print "import_fpdb_file", file, site, self.lines, "\n" # print "import_fpdb_file", file, site, self.lines, "\n"
return return (0,0,0,1,0)
if firstline.find("Tournament Summary")!=-1: if firstline.find("Tournament Summary")!=-1:
print "TODO: implement importing tournament summaries" print "TODO: implement importing tournament summaries"