diff options
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-x | Lib/cgi.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |