summaryrefslogtreecommitdiff
path: root/bin/time-scons.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-05-20 19:06:28 +0000
committerSteven Knight <knight@baldmt.com>2010-05-20 19:06:28 +0000
commit16913b811144dfa083eedd9a9479141123b71218 (patch)
treeaafaf6e6bf3180dcd94896fec8b8eb2f71d93c03 /bin/time-scons.py
parent3badb5f783a124abfa47be896ce465b1f8e78702 (diff)
downloadscons-16913b811144dfa083eedd9a9479141123b71218.tar.gz
vert old-style classes in bin/* scripts to new-style classes.
Diffstat (limited to 'bin/time-scons.py')
-rw-r--r--bin/time-scons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/time-scons.py b/bin/time-scons.py
index c1c8e8e8..c0095e8b 100644
--- a/bin/time-scons.py
+++ b/bin/time-scons.py
@@ -46,7 +46,7 @@ TimeSCons_revision = 4569
TimeSCons_pieces = ['QMTest', 'timings', 'runtest.py']
-class CommandRunner:
+class CommandRunner(object):
"""
Executor class for commands, including "commands" implemented by
Python functions.