summaryrefslogtreecommitdiffstats
path: root/Lib/BaseHTTPServer.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-07-25 06:12:16 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-07-25 06:12:16 (GMT)
commit1669669f4c55bf739e83ec835f06cd6af99de353 (patch)
tree74b58b1a32f75c982132f47e19e4d15c0b4d814b /Lib/BaseHTTPServer.py
parenta43c2f845e59b833b17e45994cd81c631c071236 (diff)
downloadcpython-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.py2
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 = """\