summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-12-11 12:47:54 +0100
committerAndras Timar <andras.timar@collabora.com>2019-10-06 18:58:54 +0200
commitb32e7cd6faa4e04e24c0edb81e364d45511fbd37 (patch)
treeb01e35424c042625e662a713a630b72cc6670068 /android
parent825d8a5f8e4289ae895742901a36a419ad1c651e (diff)
Make android/mobile-config.py compatible with Python 3
Change-Id: I079c4efd28e7e0d10ca6edf242ddd85b9294db08 Reviewed-on: https://gerrit.libreoffice.org/64962 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'android')
-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 = {