[Python-checkins] python/dist/src/Lib/logging handlers.py, 1.11, 1.12

vsajip at users.sourceforge.net vsajip at users.sourceforge.net
Mon Mar 8 11:57:36 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/logging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29178

Modified Files:
	handlers.py 
Log Message:
Removed spurious import statement

Index: handlers.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/logging/handlers.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** handlers.py	28 Feb 2004 16:07:46 -0000	1.11
--- handlers.py	8 Mar 2004 16:57:19 -0000	1.12
***************
*** 30,35 ****
  import sys, logging, socket, types, os, string, cPickle, struct, time
  
- from SocketServer import ThreadingTCPServer, StreamRequestHandler
- 
  #
  # Some constants...
--- 30,33 ----




More information about the Python-checkins mailing list