summaryrefslogtreecommitdiff
path: root/util/qualcomm/ipqheader.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/qualcomm/ipqheader.py')
-rwxr-xr-xutil/qualcomm/ipqheader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/qualcomm/ipqheader.py b/util/qualcomm/ipqheader.py
index 7615146499..fe14e1f241 100755
--- a/util/qualcomm/ipqheader.py
+++ b/util/qualcomm/ipqheader.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
#
# Copyright (c) 2013 The Linux Foundation. All rights reserved.
#
@@ -97,7 +97,7 @@ def usage(msg=None):
if msg != None:
sys.stderr.write("%s: %s\n" % (PROG_NAME, msg))
- print "Usage: %s <base-addr> <input-file> <output-file>" % PROG_NAME
+ print("Usage: %s <base-addr> <input-file> <output-file>" % PROG_NAME)
if msg != None:
exit(1)