comparison libervia.py @ 41:7782a786b2f0

Tarot game: score is now shown (need to use XMLUI later)
author Goffi <goffi@goffi.org>
date Sun, 22 May 2011 17:56:59 +0200
parents 305e81c7a32c
children a7ff1e6f1229
comparison
equal deleted inserted replaced
40:49f1829fb928 41:7782a786b2f0
175 elif name == 'tarotGameNew' or \ 175 elif name == 'tarotGameNew' or \
176 name == 'tarotGameChooseContrat' or \ 176 name == 'tarotGameChooseContrat' or \
177 name == 'tarotGameShowCards' or \ 177 name == 'tarotGameShowCards' or \
178 name == 'tarotGameInvalidCards' or \ 178 name == 'tarotGameInvalidCards' or \
179 name == 'tarotGameCardsPlayed' or \ 179 name == 'tarotGameCardsPlayed' or \
180 name == 'tarotGameYourTurn': 180 name == 'tarotGameYourTurn' or \
181 name == 'tarotGameScore':
181 self._tarotGameGenericCb(name, args[0], args[1:]) 182 self._tarotGameGenericCb(name, args[0], args[1:])
182 183
183 def _getProfileJidCB(self, jid): 184 def _getProfileJidCB(self, jid):
184 self.whoami = JID(jid) 185 self.whoami = JID(jid)
185 #we can now ask our status 186 #we can now ask our status