remove unused imports (closes #12432)

A patch from Vincent Legoll.
This commit is contained in:
Benjamin Peterson 2011-06-28 10:25:04 -05:00
parent e4a51e6543
commit 274271d1ae
7 changed files with 2 additions and 6 deletions

View file

@ -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."""