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