diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2004-03-08 16:57:19 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2004-03-08 16:57:19 (GMT) |
commit | 4102478f46c7b419c15b783643539801aaabb6a6 (patch) | |
tree | b370cb5f81fffe5493ceede7bbf0c5eb66f788aa /Lib | |
parent | b7d05db0beacb9f24300d5fa26b14c3f73d6c622 (diff) | |
download | cpython-4102478f46c7b419c15b783643539801aaabb6a6.zip cpython-4102478f46c7b419c15b783643539801aaabb6a6.tar.gz cpython-4102478f46c7b419c15b783643539801aaabb6a6.tar.bz2 |
Removed spurious import statement
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/logging/handlers.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/logging/handlers.py b/Lib/logging/handlers.py index 99a543e..36225b9 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... # |