Commit f8fd11d0 authored by Guido van Rossum's avatar Guido van Rossum

No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint)

parent 3a64e058
......@@ -10,12 +10,8 @@ __version__ = "0.3"
import os
import sys
import time
import socket
import string
import posixpath
import SocketServer
import BaseHTTPServer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment