Merge branch 'master' of git://git.assembla.com/mctfpdb.git

This commit is contained in:
eblade
2009-03-21 12:06:00 -04:00
8 changed files with 99 additions and 34 deletions
+2
View File
@@ -64,6 +64,8 @@ def mainParser(backend, db, cursor, site, category, hand, config):
fpdb_simple.isAlreadyInDB(cursor, gametypeID, siteHandNo)
hand=fpdb_simple.filterCrap(site, hand, isTourney)
#part 2: classify lines by type (e.g. cards, action, win, sectionchange) and street
fpdb_simple.classifyLines(hand, category, lineTypes, lineStreets)