diff options
-rwxr-xr-x | Lib/cgi.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |