diff options
Diffstat (limited to 'Lib/logging/handlers.py')
-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 99a543e5db..36225b9a2d 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... # |