From a5bd7499597cc8e45383593d71f3d6feb47b7e88 Mon Sep 17 00:00:00 2001 From: Matt Turnbull Date: Wed, 17 Dec 2008 00:30:31 +0000 Subject: [PATCH] quick hack to Hand to help ongame --- pyfpdb/Hand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index 26a60c71..e215e99d 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -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