def check_updates_handler(*args): d = UpdateDialog(self) d.run() d.destroy()
def update_cb(*args): d = UpdateDialog(self) d.run() d.destroy()