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

Conflicts:

	pyfpdb/fpdb_import.py
This commit is contained in:
Worros
2009-03-12 22:57:43 +09:00
4 changed files with 12 additions and 17 deletions
-4
View File
@@ -102,10 +102,6 @@ If a player has None chips he won't be added."""
else:
logging.error("markstreets didn't match")
#def addHoleCards -- to Holdem subclass
def checkPlayerExists(self,player):
if player not in [p[1] for p in self.players]:
print "checkPlayerExists", player, "fail"