Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1669669

Browse files
committed
Remove unused imports from previous checkin.
1 parent a43c2f8 commit 1669669

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/BaseHTTPServer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,8 @@
6868
import sys
6969
import time
7070
import socket # For gethostbyaddr()
71-
import string
7271
import mimetools
7372
import SocketServer
74-
import re
7573

7674
# Default error message
7775
DEFAULT_ERROR_MESSAGE = """\

0 commit comments

Comments
 (0)