diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-11-13 12:20:03 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2019-11-13 16:07:17 +0100 |
commit | b4dd5ab80c2c7b5ff28a78560b79c42a2e967a15 (patch) | |
tree | e47a491596d756c99b7c623a3f9c9af2f1e45fa7 /solenv/bin | |
parent | 83974b2f9b9dcbe42399c94f7de844bcf8c0b705 (diff) |
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@posteo.de>
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 1 insertions, 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 |