From 4be2607af6c474ba2d879a3a84996de0bc1b73b7 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Wed, 13 Nov 2019 13:05:40 +0100 Subject: [PATCH] android/mobile-config.py: Use python3 Change-Id: I8c7fcc64ea958cd98aa32002725536d71f4a6ec5 Reviewed-on: https://gerrit.libreoffice.org/82588 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- android/mobile-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.