From: Benjamin Peterson Date: Thu, 12 Jun 2008 17:36:10 +0000 (+0000) Subject: remove a mimetools import X-Git-Tag: v3.0b1~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab82a97b738407269a706996a570bc3ff0af376e;p=thirdparty%2FPython%2Fcpython.git remove a mimetools import --- diff --git a/Lib/cgi.py b/Lib/cgi.py index c7171ca69de5..5b8e40f66847 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -36,7 +36,6 @@ from io import StringIO import sys import os import urllib -import mimetools import email.parser __all__ = ["MiniFieldStorage", "FieldStorage",