summaryrefslogtreecommitdiffstats
path: root/test/Mkdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Mkdir.py')
-rw-r--r--test/Mkdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mkdir.py b/test/Mkdir.py
index 4d309bb..8ace476 100644
--- a/test/Mkdir.py
+++ b/test/Mkdir.py
@@ -178,7 +178,7 @@ test.write(['work3', 'sub1', 'sub11', 'SConscript'], """\
#/sub1/sub11/SConscript-------------------------
Import('env test1')
test11 = test1 + '/test11'
-print 'test11 = ' + test11
+print('test11 = ' + test11)
env.Command(Dir(test11), '', Mkdir('$TARGET'))
""")