diff options
-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 |