quick hack to Hand to help ongame

This commit is contained in:
Matt Turnbull 2008-12-17 00:30:31 +00:00
parent ef48b83a80
commit a5bd749959

View File

@ -33,7 +33,7 @@ from copy import deepcopy
class Hand:
# def __init__(self, sitename, gametype, sb, bb, string):
UPS = {'a':'A', 't':'T', 'j':'J', 'q':'Q', 'k':'K'}
UPS = {'a':'A', 't':'T', 'j':'J', 'q':'Q', 'k':'K', 'S':'s', 'C':'c', 'H':'h', 'D':'d'}
def __init__(self, sitename, gametype, string):
self.sitename = sitename
self.gametype = gametype