diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-02-11 17:57:55 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-02-11 17:57:55 (GMT) |
commit | 7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6 (patch) | |
tree | 1f0470fbb2dcfaeff50c92192aa5f34a41510cd4 /Lib/cgi.py | |
parent | 086ac007a350354ae933d1bcfbb115173d4f1dc1 (diff) | |
download | cpython-7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6.zip cpython-7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6.tar.gz cpython-7fd41ccdb1cfa9d1ef17eca2a915784c7fe63fb6.tar.bz2 |
SF #515006, remove unnecessary import
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 |