comparison frontends/src/tools/games.py @ 1379:da2ea16fabc6

quick_frontend: display MUC games symbols
author souliane <souliane@mailoo.org>
date Fri, 20 Mar 2015 16:29:03 +0100
parents 1fe00f0c9a91
children 069ad98b360d
comparison
equal deleted inserted replaced
1378:3dae6964c071 1379:da2ea16fabc6
74 def __str__(self): 74 def __str__(self):
75 return "[%s,%s]" % (self.suit, self.value) 75 return "[%s,%s]" % (self.suit, self.value)
76 76
77 77
78 # These symbols are diplayed by Libervia next to the player's nicknames 78 # These symbols are diplayed by Libervia next to the player's nicknames
79 SYMBOLS = {"radiocol": u"♬", "tarot": [u"♠", u"♣", u"♥", u"♦"]} 79 SYMBOLS = {"Radiocol": [u"♬"], "Tarot": [u"♠", u"♣", u"♥", u"♦"]}