diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-26 21:51:13 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-26 21:51:13 (GMT) |
commit | 19bfd4209d08222779b6b81a71750eb0317ea0fa (patch) | |
tree | 9818d517ac9cb4923e9ba32b1aaf6a5a7c98b771 | |
parent | 8d39dc11c2fe94fb02c4f4513ee326cea60a7f24 (diff) | |
download | cpython-19bfd4209d08222779b6b81a71750eb0317ea0fa.zip cpython-19bfd4209d08222779b6b81a71750eb0317ea0fa.tar.gz cpython-19bfd4209d08222779b6b81a71750eb0317ea0fa.tar.bz2 |
Whitespace normalization.
-rwxr-xr-x | Tools/pybench/pybench.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index f803dc4..6167d12 100755 --- a/Tools/pybench/pybench.py +++ b/Tools/pybench/pybench.py @@ -428,7 +428,7 @@ python pybench.py -s p15 -c p14 nosyscheck = self.values['--no-syscheck'] cruns = self.values['-C'] print "CRUNS:", cruns - + print 'PYBENCH',__version__ # Switch off GC |