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

Conflicts:

	pyfpdb/FulltiltToFpdb.py
This commit is contained in:
Worros
2009-03-22 01:35:03 +09:00
6 changed files with 67 additions and 27 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)