From: Martin v. Löwis Date: Wed, 25 Jul 2001 06:12:16 +0000 (+0000) Subject: Remove unused imports from previous checkin. X-Git-Tag: v2.2a3~969 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1669669f4c55bf739e83ec835f06cd6af99de353;p=thirdparty%2FPython%2Fcpython.git Remove unused imports from previous checkin. --- diff --git a/Lib/BaseHTTPServer.py b/Lib/BaseHTTPServer.py index ecb40d0d5b13..4d6d058fe163 100644 --- a/Lib/BaseHTTPServer.py +++ b/Lib/BaseHTTPServer.py @@ -68,10 +68,8 @@ __all__ = ["HTTPServer", "BaseHTTPRequestHandler"] import sys import time import socket # For gethostbyaddr() -import string import mimetools import SocketServer -import re # Default error message DEFAULT_ERROR_MESSAGE = """\