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