Kaydet (Commit) 2bde783a authored tarafından Guido van Rossum's avatar Guido van Rossum

Import verbose flag from test_support instead of testing __name__.

üst 0a94cc78
...@@ -3,11 +3,7 @@ ...@@ -3,11 +3,7 @@
# Sanity checker for time.strftime # Sanity checker for time.strftime
import time, calendar, sys, string, os import time, calendar, sys, string, os
from test_support import verbose
verbose = 0
if __name__ == '__main__':
verbose = 1
if verbose: if verbose:
now = time.time() now = time.time()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment