def exit(self):
q=appuifw.query(u"Do you really want to Exit","query")
if q:
try:
self.timerip.cancel()
self.timert.cancel()
appuifw.app.set_exit()
except:
os.abort()