changeset 873:f6e4faa0422b

drop cgitb (again) Ignore-this: 4452f7b914a1e08bb561e69382e44671
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 06 Jun 2013 08:23:08 +0000
parents 5e097102e898
children 167a61d3cfbf
files bin/run_local.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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')