diff --git a/Lib/CGIHTTPServer.py b/Lib/CGIHTTPServer.py index 66c4c9c41b9..d5ec7b0010c 100644 --- a/Lib/CGIHTTPServer.py +++ b/Lib/CGIHTTPServer.py @@ -10,9 +10,6 @@ __version__ = "0.3" import os -import sys -import time -import socket import string import urllib import BaseHTTPServer