[Python-3000-checkins] r64177 - python/branches/py3k/Lib/cgi.py

benjamin.peterson python-3000-checkins at python.org
Thu Jun 12 19:36:10 CEST 2008


Author: benjamin.peterson
Date: Thu Jun 12 19:36:10 2008
New Revision: 64177

Log:
remove a mimetools import

Modified:
   python/branches/py3k/Lib/cgi.py

Modified: python/branches/py3k/Lib/cgi.py
==============================================================================
--- python/branches/py3k/Lib/cgi.py	(original)
+++ python/branches/py3k/Lib/cgi.py	Thu Jun 12 19:36:10 2008
@@ -36,7 +36,6 @@
 import sys
 import os
 import urllib
-import mimetools
 import email.parser
 
 __all__ = ["MiniFieldStorage", "FieldStorage",


More information about the Python-3000-checkins mailing list