summaryrefslogtreecommitdiffstats
path: root/test/CacheDir/scanner-target.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CacheDir/scanner-target.py')
-rw-r--r--test/CacheDir/scanner-target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CacheDir/scanner-target.py b/test/CacheDir/scanner-target.py
index 645b597..c39042e 100644
--- a/test/CacheDir/scanner-target.py
+++ b/test/CacheDir/scanner-target.py
@@ -52,7 +52,7 @@ def docopy(target,source,env):
f.close()
def sillyScanner(node, env, dirs):
- print 'This is never called (unless we build file.out)'
+ print('This is never called (unless we build file.out)')
return []
SillyScanner = SCons.Scanner.Base(function = sillyScanner, skeys = ['.res'])