Prepull commit

This commit is contained in:
grindi
2010-02-23 20:59:27 +03:00
parent 9a145e14ad
commit 1eaa00321b
48 changed files with 3590 additions and 2224 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ class Tourney(object):
def old_insert_from_Hand(self, db):
""" Function to insert Hand into database
Should not commit, and do minimal selects. Callers may want to cache commits
db: a connected fpdb_db object"""
db: a connected Database object"""
# TODO:
# Players - base playerid and siteid tuple
sqlids = db.getSqlPlayerIDs([p[1] for p in self.players], self.siteId)