From: Vinay Sajip Date: Mon, 8 Mar 2004 16:57:19 +0000 (+0000) Subject: Removed spurious import statement X-Git-Tag: v2.4a1~737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4102478f46c7b419c15b783643539801aaabb6a6;p=thirdparty%2FPython%2Fcpython.git Removed spurious import statement --- diff --git a/Lib/logging/handlers.py b/Lib/logging/handlers.py index 99a543e5db83..36225b9a2da8 100644 --- a/Lib/logging/handlers.py +++ b/Lib/logging/handlers.py @@ -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... #