Remove unused imports from previous checkin.

This commit is contained in:
Martin v. Löwis 2001-07-25 06:12:16 +00:00
parent a43c2f845e
commit 1669669f4c

View File

@ -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 = """\