Merge branch 'party'

Conflicts:
	pyfpdb/Database.py
	pyfpdb/Hand.py
	pyfpdb/PartyPokerToFpdb.py
This commit is contained in:
grindi
2009-08-06 18:44:03 +04:00
4 changed files with 16 additions and 74 deletions
+1 -1
View File
@@ -914,7 +914,7 @@ class Database:
#end def dropAllIndexes
def fillDefaultData(self):
c = self.get_cursor()
c = self.get_cursor()
c.execute("INSERT INTO Settings (version) VALUES (118);")
c.execute("INSERT INTO Sites (name,currency) VALUES ('Full Tilt Poker', 'USD')")
c.execute("INSERT INTO Sites (name,currency) VALUES ('PokerStars', 'USD')")