Skip to content

Commit

Permalink
No need to import sys, time, or socket. (Andrew Dalke & kjpylint)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed May 3, 1999
1 parent e6e8818 commit 3a64e05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Lib/CGIHTTPServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@


import os
import sys
import time
import socket
import string
import urllib
import BaseHTTPServer
Expand Down

0 comments on commit 3a64e05

Please sign in to comment.