From 6a47e4488686d37db0ce607ac3d7fce1b35a60d8 Mon Sep 17 00:00:00 2001 From: Michael Stone Date: Sun, 6 Mar 2011 17:10:11 -0500 Subject: Use cgitb to get verbose tracebacks. --- lib/chutney/TorNet.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index d403147..5997bb4 100644 --- a/lib/chutney/TorNet.py +++ b/lib/chutney/TorNet.py @@ -7,6 +7,10 @@ # in all redistributed copies and derived works. There is no warranty. from __future__ import with_statement + +import cgitb +cgitb.enable(format="plain") + import os import signal import subprocess -- cgit v1.2.3