]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
No need to import rfc822. (Andrew Dalke & kjpylint)
authorGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:00:20 +0000 (18:00 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:00:20 +0000 (18:00 +0000)
Lib/BaseHTTPServer.py

index 4c9645ddeed7e74afe5c8c85b15d18d4acba215f..e496d6757829dbdd313718a32b666da719f23797 100644 (file)
@@ -68,7 +68,6 @@ import sys
 import time
 import socket # For gethostbyaddr()
 import string
-import rfc822
 import mimetools
 import SocketServer