summaryrefslogtreecommitdiff
path: root/test/CacheDir/source-scanner.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CacheDir/source-scanner.py')
-rw-r--r--test/CacheDir/source-scanner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CacheDir/source-scanner.py b/test/CacheDir/source-scanner.py
index e7db5e91..2359872e 100644
--- a/test/CacheDir/source-scanner.py
+++ b/test/CacheDir/source-scanner.py
@@ -54,7 +54,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'])