From 81d313cb7f3df275d0704f8f26c7bca9db467689 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 28 Feb 2017 11:09:02 -0800 Subject: py2/3 fixes --- test/site_scons/sys-path.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/site_scons/sys-path.py b/test/site_scons/sys-path.py index 46f84c7..40783ff 100644 --- a/test/site_scons/sys-path.py +++ b/test/site_scons/sys-path.py @@ -37,10 +37,10 @@ test.subdir('site_scons') test.subdir('sub1') test.write(['site_scons', 'testmod1.py'], """ -print "Imported site_scons/testmod1.py." +print("Imported site_scons/testmod1.py.") """) test.write(['site_scons', 'testmod2.py'], """ -print "Imported site_scons/testmod2.py." +print("Imported site_scons/testmod2.py.") """) test.write(['sub1', 'SConscript'], """ -- cgit v0.12