summaryrefslogtreecommitdiffstats
path: root/Lib/BaseHTTPServer.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-05-03 18:00:20 (GMT)
committerGuido van Rossum <guido@python.org>1999-05-03 18:00:20 (GMT)
commite6e8818c03571f8def08aef789092a4506a57c62 (patch)
treee7ee0358d719b947c2b17daa6636f86e715ae09b /Lib/BaseHTTPServer.py
parent318a70d976fbf225de3485bbbc61b7fe1f24f4a2 (diff)
downloadcpython-e6e8818c03571f8def08aef789092a4506a57c62.zip
cpython-e6e8818c03571f8def08aef789092a4506a57c62.tar.gz
cpython-e6e8818c03571f8def08aef789092a4506a57c62.tar.bz2
No need to import rfc822. (Andrew Dalke & kjpylint)
Diffstat (limited to 'Lib/BaseHTTPServer.py')
-rw-r--r--Lib/BaseHTTPServer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/BaseHTTPServer.py b/Lib/BaseHTTPServer.py
index 4c9645d..e496d67 100644
--- a/Lib/BaseHTTPServer.py
+++ b/Lib/BaseHTTPServer.py
@@ -68,7 +68,6 @@ import sys
import time
import socket # For gethostbyaddr()
import string
-import rfc822
import mimetools
import SocketServer