[Python-checkins] r42203 - python/trunk/Lib/test/test_logging.py

tim.peters python-checkins at python.org
Sun Jan 29 23:50:27 CET 2006


Author: tim.peters
Date: Sun Jan 29 23:50:26 2006
New Revision: 42203

Modified:
   python/trunk/Lib/test/test_logging.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/test/test_logging.py
==============================================================================
--- python/trunk/Lib/test/test_logging.py	(original)
+++ python/trunk/Lib/test/test_logging.py	Sun Jan 29 23:50:26 2006
@@ -576,7 +576,7 @@
             break
     else:
         raise ImportError, "Could not find unused port"
-                                                        
+
 
     #Set up a handler such that all events are sent via a socket to the log
     #receiver (logrecv).


More information about the Python-checkins mailing list