diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-28 10:25:04 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-28 10:25:04 -0500 |
commit | 274271d1ae71dbd1177b54a5def45fed3ecb501f (patch) | |
tree | 50020b9d4c3b3922ce72f5c41b61c4fc969d822e /Lib/cgitb.py | |
parent | use the Include in srcdir (diff) | |
download | cpython-274271d1ae71dbd1177b54a5def45fed3ecb501f.tar.gz cpython-274271d1ae71dbd1177b54a5def45fed3ecb501f.tar.bz2 cpython-274271d1ae71dbd1177b54a5def45fed3ecb501f.zip |
remove unused imports (closes #12432)
A patch from Vincent Legoll.
Diffstat (limited to 'Lib/cgitb.py')
-rw-r--r-- | Lib/cgitb.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/cgitb.py b/Lib/cgitb.py index 7b52c8e74c1..e3ce2cb9d6d 100644 --- a/Lib/cgitb.py +++ b/Lib/cgitb.py @@ -31,7 +31,6 @@ import tempfile import time import tokenize import traceback -import types def reset(): """Return a string that resets the CGI and browser to a known state.""" |