Removed spurious import statement

This commit is contained in:
Vinay Sajip 2004-03-08 16:57:19 +00:00
parent b7d05db0be
commit 4102478f46
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ To use, simply 'import logging' and log away!
import sys, logging, socket, types, os, string, cPickle, struct, time
from SocketServer import ThreadingTCPServer, StreamRequestHandler
#
# Some constants...
#