Ejemplo n.º 1
0
 def __init__(self):
     Application.__init__(self)
     self.gotQuit = False
Ejemplo n.º 2
0
 def __init__(self):
     Application.__init__(self)
     signals.SignalEmitter.__init__(self, "event-processed")
     self.gotQuit = False
Ejemplo n.º 3
0
 def __init__(self):
     Application.__init__(self)
     self.showing_update_dialog = False
Ejemplo n.º 4
0
 def __init__(self):
     Application.__init__(self)
     signals.SignalEmitter.__init__(self, "event-processed")
     self.gotQuit = False