Пример #1
0
 def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = TicketManager(self.app)
Пример #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')
Пример #3
0
 def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = TroubleManager(self. app)