diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-30 02:26:46 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-30 02:26:46 (GMT) |
commit | 27c70598a87ca2dad013e7532ca249f1d1651eca (patch) | |
tree | f4b858a134b49cd3a27efebdbdf763cffaf5255e /Tools/pybench | |
parent | aba19bc45fb3f0c45cb4511e2b9c1fca637fb2b3 (diff) | |
download | cpython-27c70598a87ca2dad013e7532ca249f1d1651eca.zip cpython-27c70598a87ca2dad013e7532ca249f1d1651eca.tar.gz cpython-27c70598a87ca2dad013e7532ca249f1d1651eca.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Tools/pybench')
-rw-r--r-- | Tools/pybench/systimes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pybench/systimes.py b/Tools/pybench/systimes.py index 1ca6f78..79d249f 100644 --- a/Tools/pybench/systimes.py +++ b/Tools/pybench/systimes.py @@ -179,7 +179,7 @@ def test_workload(): print 'after:', t1 print 'differences:', (t1[0] - t0[0], t1[1] - t0[1]) print - + def test_idle(): print 'Testing systimes() under idle conditions' t0 = systimes() |