More syntax error

This commit is contained in:
Worros 2009-02-23 21:56:29 +09:00
parent 5aecfb8e30
commit a4911b8b9e

View File

@ -55,8 +55,8 @@ class Everleaf(HandHistoryConverter):
self.re_SitsOut = re.compile(r"^%s sits out" % player_re, re.MULTILINE)
def readSupportedGames(self):
return [["ring", "hold", "nl"]
["ring", "hold", "pl"]
return [["ring", "hold", "nl"],
["ring", "hold", "pl"],
["ring", "omaha", "pl"]
]