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

index 66c4c9c41b9585c28594a8438ec82aa58851fb16..d5ec7b0010c0ba6a448d25c2941d10b3b0d0702d 100644 (file)
@@ -10,9 +10,6 @@ __version__ = "0.3"
 
 
 import os
-import sys
-import time
-import socket
 import string
 import urllib
 import BaseHTTPServer