diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-26 16:52:04 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-26 16:52:04 (GMT) |
commit | 584c8d4588680920fe9b52eaef54d1abc205235a (patch) | |
tree | 49855f17a43fec6c4aed219fc0a823c6ea9dc416 /Tools | |
parent | 735ae484f0ef39fd297c7e6bb8eeb8aa7fc62875 (diff) | |
download | cpython-584c8d4588680920fe9b52eaef54d1abc205235a.zip cpython-584c8d4588680920fe9b52eaef54d1abc205235a.tar.gz cpython-584c8d4588680920fe9b52eaef54d1abc205235a.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/pybench/Empty.py | 1 | ||||
-rwxr-xr-x | Tools/pybench/pybench.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Tools/pybench/Empty.py b/Tools/pybench/Empty.py index 3c54851..63c5663 100755 --- a/Tools/pybench/Empty.py +++ b/Tools/pybench/Empty.py @@ -20,4 +20,3 @@ class EmptyTest(Test): for i in xrange(self.rounds):
pass
-
diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index f190d77..c4fd8ff 100755 --- a/Tools/pybench/pybench.py +++ b/Tools/pybench/pybench.py @@ -423,7 +423,7 @@ python pybench.py -s p15 -c p14 limitnames = self.values['-t'] verbose = self.verbose nosyscheck = self.values['--no-syscheck'] - + print 'PYBENCH',__version__ # Switch off GC |