mirror of
https://github.com/python/cpython.git
synced 2024-11-28 12:31:14 +08:00
Remove unused imports from previous checkin.
This commit is contained in:
parent
a43c2f845e
commit
1669669f4c
@ -68,10 +68,8 @@ __all__ = ["HTTPServer", "BaseHTTPRequestHandler"]
|
|||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
import socket # For gethostbyaddr()
|
import socket # For gethostbyaddr()
|
||||||
import string
|
|
||||||
import mimetools
|
import mimetools
|
||||||
import SocketServer
|
import SocketServer
|
||||||
import re
|
|
||||||
|
|
||||||
# Default error message
|
# Default error message
|
||||||
DEFAULT_ERROR_MESSAGE = """\
|
DEFAULT_ERROR_MESSAGE = """\
|
||||||
|
Loading…
Reference in New Issue
Block a user