# HG changeset patch # User Drew Perttula # Date 1370506988 0 # Node ID f6e4faa0422b5f23aac559503b9d67e65cbf6fd7 # Parent 5e097102e898da7c9d8a84dc7e1e42138786172e drop cgitb (again) Ignore-this: 4452f7b914a1e08bb561e69382e44671 diff -r 5e097102e898 -r f6e4faa0422b bin/run_local.py --- a/bin/run_local.py Thu Jun 06 08:22:30 2013 +0000 +++ b/bin/run_local.py Thu Jun 06 08:23:08 2013 +0000 @@ -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 @@ log.addHandler(CSH(show_hostname=False, show_name=True)) -cgitb.enable(format='txt')