From b4dd5ab80c2c7b5ff28a78560b79c42a2e967a15 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Wed, 13 Nov 2019 12:20:03 +0100 Subject: [PATCH] solenv/bin/native-code.py: Use python3 Change-Id: Ie09fc0505266a2a89d0b830294b6af370d5b7b61 Reviewed-on: https://gerrit.libreoffice.org/82582 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- solenv/bin/native-code.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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