summaryrefslogtreecommitdiffstats
path: root/test/Actions
diff options
context:
space:
mode:
Diffstat (limited to 'test/Actions')
-rw-r--r--test/Actions/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Actions/actions.py b/test/Actions/actions.py
index 1837ee7..03d67a0 100644
--- a/test/Actions/actions.py
+++ b/test/Actions/actions.py
@@ -86,7 +86,7 @@ test.up_to_date(arguments = '.')
test.write('SConstruct', """
import os
assert 'string' not in globals()
-class bld:
+class bld(object):
def __init__(self):
self.cmd = r'%(_python_)s build.py %%s 4 %%s'
def __call__(self, env, target, source):