remove my misunderstanding of how compileplayerregexs worked

This commit is contained in:
Eric Blade 2010-02-01 09:41:33 -05:00
parent e3be7db2a0
commit 81ff8e632c

View File

@ -62,11 +62,6 @@ class Everleaf(HandHistoryConverter):
self.re_CollectPot = re.compile(ur"^%s wins (?:\$| €|) (?P<POT>[.\d]+) (USD|EUR|chips)(.*?\[ (?P<CARDS>.*?) \])?" % player_re, re.MULTILINE)
self.re_SitsOut = re.compile(ur"^%s sits out" % player_re, re.MULTILINE)
else:
print "*** EverleafToFpdb: compilePlayerRegexs failed"
print players
print self.compiledPlayers
def readSupportedGames(self):
return [["ring", "hold", "nl"],
["ring", "hold", "pl"],