From: Neal Norwitz Date: Mon, 11 Feb 2002 17:57:55 +0000 (+0000) Subject: SF #515006, remove unnecessary import X-Git-Tag: v2.3c1~6700 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6;p=python SF #515006, remove unnecessary import --- diff --git a/Lib/cgi.py b/Lib/cgi.py index 9ad6758d61..823dde2b6e 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