From 19bfd4209d08222779b6b81a71750eb0317ea0fa Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 26 May 2006 21:51:13 +0000 Subject: [PATCH] Whitespace normalization. --- Tools/pybench/pybench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index f803dc43e0..6167d1223f 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 -- 2.40.0