remove a mimetools import

This commit is contained in:
Benjamin Peterson 2008-06-12 17:36:10 +00:00
parent 04f7d5397e
commit ab82a97b73
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ from io import StringIO
import sys
import os
import urllib
import mimetools
import email.parser
__all__ = ["MiniFieldStorage", "FieldStorage",