diff --git a/Lib/cgi.py b/Lib/cgi.py index 9ad6758d61c..823dde2b6ea 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