diff options
-rwxr-xr-x | Lib/test/test_strftime.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Lib/test/test_strftime.py b/Lib/test/test_strftime.py index 7acc3ef..93e7b66 100755 --- a/Lib/test/test_strftime.py +++ b/Lib/test/test_strftime.py @@ -3,11 +3,7 @@ # Sanity checker for time.strftime import time, calendar, sys, string, os - -verbose = 0 - -if __name__ == '__main__': - verbose = 1 +from test_support import verbose if verbose: now = time.time() |