summaryrefslogtreecommitdiffstats
path: root/Tools/pybench/CommandLine.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-02-07 17:13:31 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-02-07 17:13:31 (GMT)
commit8a68122e9cb1ecd0ade79052ac66ad35c6333270 (patch)
tree1c5bfc6cfd2d2b6208fabcb72453cc34968116a0 /Tools/pybench/CommandLine.py
parent7bf8d4ed4da5555dcf72652926bfb29276f7a6bc (diff)
downloadcpython-8a68122e9cb1ecd0ade79052ac66ad35c6333270.zip
cpython-8a68122e9cb1ecd0ade79052ac66ad35c6333270.tar.gz
cpython-8a68122e9cb1ecd0ade79052ac66ad35c6333270.tar.bz2
Issue #4704: remove use of cmp() in pybench, bump its version number to 2.1,
and make it 2.6-compatible.
Diffstat (limited to 'Tools/pybench/CommandLine.py')
-rw-r--r--Tools/pybench/CommandLine.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/pybench/CommandLine.py b/Tools/pybench/CommandLine.py
index d6ef0be..715bc49 100644
--- a/Tools/pybench/CommandLine.py
+++ b/Tools/pybench/CommandLine.py
@@ -11,6 +11,8 @@
"""
+from __future__ import print_function
+
__copyright__ = """\
Copyright (c), 1997-2006, Marc-Andre Lemburg (mal@lemburg.com)
Copyright (c), 2000-2006, eGenix.com Software GmbH (info@egenix.com)