summaryrefslogtreecommitdiff
path: root/android/mobile-config.py
diff options
context:
space:
mode:
Diffstat (limited to 'android/mobile-config.py')
-rwxr-xr-xandroid/mobile-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/mobile-config.py b/android/mobile-config.py
index c4be1e3c4028..ba892846e548 100755
--- a/android/mobile-config.py
+++ b/android/mobile-config.py
@@ -65,14 +65,14 @@ if __name__ == '__main__':
size = len(ET.tostring(child));
key = '%s/%s' % (package, section)
if key in main_xcd_discard:
- print 'removed %s - saving %d' % (key, size)
+ print('removed %s - saving %d' % (key, size))
saved = saved + size
to_remove.append(child)
for child in to_remove:
root.remove(child)
- print "saved %d of %d bytes: %2.f%%" % (saved, total, saved*100.0/total)
+ print("saved %d of %d bytes: %2.f%%" % (saved, total, saved*100.0/total))
# Don't do pointless Word -> Writer and similar conversions when we have no UI.
nsDict = {