summaryrefslogtreecommitdiff
path: root/bin/scons-unzip.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/scons-unzip.py')
-rw-r--r--bin/scons-unzip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/scons-unzip.py b/bin/scons-unzip.py
index d4ec4bff..75d3281d 100644
--- a/bin/scons-unzip.py
+++ b/bin/scons-unzip.py
@@ -32,7 +32,7 @@ for o, a in opts:
outdir = a
elif o == '-v' or o == '--verbose':
def printname(x):
- print x
+ print(x)
if len(args) != 1:
sys.stderr.write("scons-unzip.py: \n")