diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-12 17:36:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-12 17:36:10 (GMT) |
commit | ab82a97b738407269a706996a570bc3ff0af376e (patch) | |
tree | 11c6589eb5cb605a59baa929ca1713a162fe8fcb /Lib/cgi.py | |
parent | 04f7d5397e50cc35a97874e0c4c6527bd1efcfe5 (diff) | |
download | cpython-ab82a97b738407269a706996a570bc3ff0af376e.zip cpython-ab82a97b738407269a706996a570bc3ff0af376e.tar.gz cpython-ab82a97b738407269a706996a570bc3ff0af376e.tar.bz2 |
remove a mimetools import
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-x | Lib/cgi.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ from io import StringIO import sys import os import urllib -import mimetools import email.parser __all__ = ["MiniFieldStorage", "FieldStorage", |