Ejemplo n.º 1
0
 def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = TicketManager(self.app)
Ejemplo n.º 2
0
 def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = ClientManager(self.app)
     self.body.setAttribute('text', '#000000')
     self.body.setAttribute('background', 'Time-For-Lunch-2.jpg')
Ejemplo n.º 3
0
 def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = TroubleManager(self. app)