No need to import rfc822. (Andrew Dalke & kjpylint)

This commit is contained in:
Guido van Rossum 1999-05-03 18:00:20 +00:00
parent 318a70d976
commit e6e8818c03
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ import sys
import time
import socket # For gethostbyaddr()
import string
import rfc822
import mimetools
import SocketServer