58
56
global APP_NAME, MESSAGE, USE_APPORT, _gtk_initialized, _old_sys_excepthook
65
60
if _gtk_initialized == True and _old_sys_excepthook is None:
66
61
# save sys.excepthook first, as it may not be sys.__excepthook__
67
62
# (for example, it might be Apport's python hook)