p142 - commented tourney summary parsing as it fails on me. this is alpha9

This commit is contained in:
steffen123
2008-11-10 02:02:12 +00:00
parent 28037de7a6
commit 49151a92bf
4 changed files with 66 additions and 6 deletions
+2 -2
View File
@@ -174,8 +174,8 @@ class Importer:
if firstline.find("Tournament Summary")!=-1:
print "TODO: implement importing tournament summaries"
self.faobs = readfile(inputFile)
self.parseTourneyHistory()
#self.faobs = readfile(inputFile)
#self.parseTourneyHistory()
return 0
site=fpdb_simple.recogniseSite(firstline)