From 7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 11 Feb 2002 17:57:55 +0000 Subject: SF #515006, remove unnecessary import --- Lib/cgi.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12