No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint)
This commit is contained in:
parent
3a64e058eb
commit
f8fd11d039
|
@ -10,12 +10,8 @@ __version__ = "0.3"
|
|||
|
||||
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
import socket
|
||||
import string
|
||||
import posixpath
|
||||
import SocketServer
|
||||
import BaseHTTPServer
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue