summaryrefslogtreecommitdiffstats
path: root/Lib/cgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-xLib/cgi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py
index 9ad6758..823dde2 100755
--- a/Lib/cgi.py
+++ b/Lib/cgi.py
@@ -877,7 +877,6 @@ def test(environ=os.environ):
the script in HTML form.
"""
- import traceback
print "Content-type: text/html"
print
sys.stderr = sys.stdout