Example #1
0
 def setUp(self):
     print 'Rotating around the table,', self.shortDescription()
     self.table = Table()
Example #2
0
 def __init__(self, interacts):
     self._interacts = interacts
     self.evt_done = Event()
     self._interacts.evt_playerResponse += self._on_PlayerResponse
     self.lastToRaise = None
     self.table = Table()