Make euros print as $ in writeHand.

fpdb_simple avoidance at the moment.
This commit is contained in:
Worros 2009-07-16 13:54:41 +08:00
parent 0d5af4c974
commit 152f16c7a0

View File

@ -38,7 +38,7 @@ class Hand:
# Class Variables
UPS = {'a':'A', 't':'T', 'j':'J', 'q':'Q', 'k':'K', 'S':'s', 'C':'c', 'H':'h', 'D':'d'}
LCS = {'H':'h', 'D':'d', 'C':'c', 'S':'s'}
SYMBOL = {'USD': '$', 'EUR': u'E', 'T$': '', 'play': ''}
SYMBOL = {'USD': '$', 'EUR': u'$', 'T$': '', 'play': ''}
MS = {'horse' : 'HORSE', '8game' : '8-Game', 'hose' : 'HOSE'}