summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorKiracus <abc.kiracus@gmail.com>2021-04-16 08:59:52 +0800
committersfan5 <sfan5@live.de>2021-07-17 00:08:54 +0200
commit1e90ec647c374e886bd24cbf94b10150416bc1b6 (patch)
tree18a425ed5a40a8db2b6b7346be3485c6f2b91e6b /TOOLS
parentfb5d976cb070020e35501685c9f84b9435b248e6 (diff)
downloadmpv-1e90ec647c374e886bd24cbf94b10150416bc1b6.tar.bz2
mpv-1e90ec647c374e886bd24cbf94b10150416bc1b6.tar.xz
osxbundle: use python3
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/dylib-unhell.py2
-rwxr-xr-xTOOLS/osxbundle.py3
2 files changed, 2 insertions, 3 deletions
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