Changeset - f6e4faa0422b
[Not reviewed]
default
0 1 0
Drew Perttula - 12 years ago 2013-06-06 08:23:08
drewp@bigasterisk.com
drop cgitb (again)
Ignore-this: 4452f7b914a1e08bb561e69382e44671
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bin/run_local.py
Show inline comments
 
@@ -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')
 

	
0 comments (0 inline, 0 general)