diff --git a/light9/run_local.py b/light9/run_local.py --- a/light9/run_local.py +++ b/light9/run_local.py @@ -4,22 +4,6 @@ import sys, os, socket from twisted.python.failure import Failure - -try: - import tkinter -except ImportError: - pass -else: - - def rce(self, exc, val, tb): - sys.stderr.write("Exception in Tkinter callback\n") - if True: - sys.excepthook(exc, val, tb) - else: - Failure(val, exc, tb).printDetailedTraceback() - - tkinter.Tk.report_callback_exception = rce - import coloredlogs, logging, time try: import faulthandler