merge fpdb_db.py into Database.py

This commit is contained in:
sqlcoder
2010-01-26 23:54:04 +00:00
parent 47baee65f9
commit 11bc48e126
10 changed files with 215 additions and 241 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ dealt whether they were seen in a 'dealt to' line
def insert(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"""
self.stats.getStats(self)