diff options
-rwxr-xr-x | Lib/cgi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py index c7171ca69d..5b8e40f668 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", |