diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-07-25 06:12:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-07-25 06:12:16 (GMT) |
commit | 1669669f4c55bf739e83ec835f06cd6af99de353 (patch) | |
tree | 74b58b1a32f75c982132f47e19e4d15c0b4d814b /Lib/BaseHTTPServer.py | |
parent | a43c2f845e59b833b17e45994cd81c631c071236 (diff) | |
download | cpython-1669669f4c55bf739e83ec835f06cd6af99de353.zip cpython-1669669f4c55bf739e83ec835f06cd6af99de353.tar.gz cpython-1669669f4c55bf739e83ec835f06cd6af99de353.tar.bz2 |
Remove unused imports from previous checkin.
Diffstat (limited to 'Lib/BaseHTTPServer.py')
-rw-r--r-- | Lib/BaseHTTPServer.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/BaseHTTPServer.py b/Lib/BaseHTTPServer.py index ecb40d0..4d6d058 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 = """\ |