summaryrefslogtreecommitdiffstats
path: root/test/BitKeeper.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/BitKeeper.py')
-rw-r--r--test/BitKeeper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BitKeeper.py b/test/BitKeeper.py
index eb5c52c..3374f92 100644
--- a/test/BitKeeper.py
+++ b/test/BitKeeper.py
@@ -298,7 +298,7 @@ def cat(env, source, target):
for src in source:
f.write(open(src, "rb").read())
f.close()
-_default_env['SCCS'] = r'%s'
+DefaultEnvironment()['SCCS'] = r'%s'
env = Environment(BUILDERS={'Cat':Builder(action=cat)})
env.Cat('aaa.out', 'aaa.in')
env.Cat('bbb.out', 'bbb.in')