diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-11-13 13:05:40 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2019-11-13 16:07:24 +0100 |
commit | 4be2607af6c474ba2d879a3a84996de0bc1b73b7 (patch) | |
tree | 251e004a3c0f2f93ed5e9826050b8d1f01a75f35 /android | |
parent | b4dd5ab80c2c7b5ff28a78560b79c42a2e967a15 (diff) |
android/mobile-config.py: Use python3
Change-Id: I8c7fcc64ea958cd98aa32002725536d71f4a6ec5
Reviewed-on: https://gerrit.libreoffice.org/82588
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android')
-rwxr-xr-x | android/mobile-config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/mobile-config.py b/android/mobile-config.py index ba892846e548..53222b446e87 100755 --- a/android/mobile-config.py +++ b/android/mobile-config.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- # # This file is part of the LibreOffice project. |