import working?

This commit is contained in:
Matt Turnbull
2009-03-12 03:15:34 +00:00
parent 89bb8e3d69
commit ff675fb3ae
2 changed files with 2 additions and 6 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"