summaryrefslogtreecommitdiffstats
path: root/Lib/cgi.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-02-11 17:57:55 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-02-11 17:57:55 (GMT)
commit7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6 (patch)
tree1f0470fbb2dcfaeff50c92192aa5f34a41510cd4 /Lib/cgi.py
parent086ac007a350354ae933d1bcfbb115173d4f1dc1 (diff)
downloadcpython-7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6.zip
cpython-7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6.tar.gz
cpython-7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6.tar.bz2
SF #515006, remove unnecessary import
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