summaryrefslogtreecommitdiffstats
path: root/tools/releasetools/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/releasetools/common.py')
-rw-r--r--tools/releasetools/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py
index efdab16..ac4cdf7 100644
--- a/tools/releasetools/common.py
+++ b/tools/releasetools/common.py
@@ -428,7 +428,7 @@ def BuildBootableImage(sourcedir, fs_config_file, info_dict=None):
os.path.basename(sourcedir),)
if bootimg_key and os.path.exists(bootimg_key) and kernel_pagesize > 0:
- print "Signing bootable image..."
+ print("Signing bootable image...")
bootimg_key_passwords = {}
bootimg_key_passwords.update(PasswordManager().GetPasswords(bootimg_key.split()))
bootimg_key_password = bootimg_key_passwords[bootimg_key]