mirror of https://github.com/python/cpython
No need to import rfc822. (Andrew Dalke & kjpylint)
This commit is contained in:
parent
318a70d976
commit
e6e8818c03
|
@ -68,7 +68,6 @@ import sys
|
|||
import time
|
||||
import socket # For gethostbyaddr()
|
||||
import string
|
||||
import rfc822
|
||||
import mimetools
|
||||
import SocketServer
|
||||
|
||||
|
|
Loading…
Reference in New Issue