summaryrefslogtreecommitdiffstats
path: root/test/Progress
diff options
context:
space:
mode:
Diffstat (limited to 'test/Progress')
-rw-r--r--test/Progress/object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Progress/object.py b/test/Progress/object.py
index 25c53cf..2886d06 100644
--- a/test/Progress/object.py
+++ b/test/Progress/object.py
@@ -36,7 +36,7 @@ test.write('SConstruct', """\
import sys
env = Environment()
env['BUILDERS']['C'] = Builder(action=Copy('$TARGET', '$SOURCE'))
-class my_progress:
+class my_progress(object):
count = 0
def __call__(self, node, *args, **kw):
self.count = self.count + 1