mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Remove unused imports from previous checkin.
This commit is contained in:
parent
a43c2f845e
commit
1669669f4c
1 changed files with 0 additions and 2 deletions
|
@ -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 = """\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue