# HG changeset patch # User Drew Perttula # Date 2013-06-06 08:23:08 # Node ID f6e4faa0422b5f23aac559503b9d67e65cbf6fd7 # Parent 5e097102e898da7c9d8a84dc7e1e42138786172e drop cgitb (again) Ignore-this: 4452f7b914a1e08bb561e69382e44671 diff --git a/bin/run_local.py b/bin/run_local.py --- a/bin/run_local.py +++ b/bin/run_local.py @@ -5,7 +5,6 @@ import sys,os sys.path.insert(0,os.path.join(os.path.dirname(sys.argv[0]),"..")) -import cgitb from twisted.python.failure import Failure import Tkinter @@ -30,5 +29,4 @@ class CSH(coloredlogs.ColoredStreamHandl log.addHandler(CSH(show_hostname=False, show_name=True)) -cgitb.enable(format='txt')