def __init__(self): Application.__init__(self) self.gotQuit = False
def __init__(self): Application.__init__(self) signals.SignalEmitter.__init__(self, "event-processed") self.gotQuit = False
def __init__(self): Application.__init__(self) self.showing_update_dialog = False