[Python-checkins] r88632 - python/branches/py3k/Lib/test/test_logging.py

vinay.sajip python-checkins at python.org
Sat Feb 26 07:37:05 CET 2011


Author: vinay.sajip
Date: Sat Feb 26 07:37:04 2011
New Revision: 88632

Log:
test_logging: diagnostic code changes.

Modified:
   python/branches/py3k/Lib/test/test_logging.py

Modified: python/branches/py3k/Lib/test/test_logging.py
==============================================================================
--- python/branches/py3k/Lib/test/test_logging.py	(original)
+++ python/branches/py3k/Lib/test/test_logging.py	Sat Feb 26 07:37:04 2011
@@ -2057,6 +2057,7 @@
             # Failures occur on some systems for MIDNIGHT and W0.
             # Print detailed calculation for MIDNIGHT so we can try to see
             # what's going on
+            import time
             if when == 'MIDNIGHT':
                 try:
                     if rh.utc:


More information about the Python-checkins mailing list