Esempio n. 1
0
 def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = TicketManager(self.app)
Esempio 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')
Esempio n. 3
0
 def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = TroubleManager(self. app)