From cb8b94447c2987c97c5bffbf550da882bdcde9f9 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sat, 26 Feb 2011 06:37:04 +0000 Subject: [PATCH] test_logging: diagnostic code changes. --- Lib/test/test_logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index f9488ce537..f534cac7dc 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -2057,6 +2057,7 @@ for when, exp in (('S', 1), # 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: -- 2.50.1