[Libreoffice-commits] core.git: 2 commits - android/mobile-config.py solenv/bin
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 13 15:08:13 UTC 2019
android/mobile-config.py | 2 +-
solenv/bin/native-code.py | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 4be2607af6c474ba2d879a3a84996de0bc1b73b7
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Wed Nov 13 13:05:40 2019 +0100
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Wed Nov 13 16:07:24 2019 +0100
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 at posteo.de>
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.
commit b4dd5ab80c2c7b5ff28a78560b79c42a2e967a15
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Wed Nov 13 12:20:03 2019 +0100
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Wed Nov 13 16:07:17 2019 +0100
solenv/bin/native-code.py: Use python3
Change-Id: Ie09fc0505266a2a89d0b830294b6af370d5b7b61
Reviewed-on: https://gerrit.libreoffice.org/82582
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index ac1ef608ad24..09b4b50712af 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -1,11 +1,10 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-from __future__ import print_function
from optparse import OptionParser
import re
More information about the Libreoffice-commits
mailing list