From 1e90ec647c374e886bd24cbf94b10150416bc1b6 Mon Sep 17 00:00:00 2001 From: Kiracus Date: Fri, 16 Apr 2021 08:59:52 +0800 Subject: osxbundle: use python3 --- TOOLS/dylib-unhell.py | 2 +- TOOLS/osxbundle.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/dylib-unhell.py b/TOOLS/dylib-unhell.py index 19ef4118fa..6752e7341c 100755 --- a/TOOLS/dylib-unhell.py +++ b/TOOLS/dylib-unhell.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import re import os diff --git a/TOOLS/osxbundle.py b/TOOLS/osxbundle.py index f164b2b3b1..bf08061c31 100755 --- a/TOOLS/osxbundle.py +++ b/TOOLS/osxbundle.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python -from __future__ import print_function +#!/usr/bin/env python3 import os import shutil import sys -- cgit v1.2.3