Whitespace normalization.

This commit is contained in:
Tim Peters 2006-05-30 02:26:46 +00:00
parent aba19bc45f
commit 27c70598a8
3 changed files with 5 additions and 5 deletions

View file

@ -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()