summaryrefslogtreecommitdiffstats
path: root/TOOLS/dylib-unhell.py
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-02-21 23:17:07 +0100
committerder richter <der.richter@gmx.de>2024-02-24 20:04:16 +0100
commit98f2dcb6765f618dbedc44f9d2889ce15a6ba28d (patch)
treef5a328c9b831a3c9fe92d7a1ca10049423c808e7 /TOOLS/dylib-unhell.py
parent948b0487f751d35f4d2d3cb3b47cf526390e61b1 (diff)
downloadmpv-98f2dcb6765f618dbedc44f9d2889ce15a6ba28d.tar.bz2
mpv-98f2dcb6765f618dbedc44f9d2889ce15a6ba28d.tar.xz
osxbundle: remove unused import
Diffstat (limited to 'TOOLS/dylib-unhell.py')
-rwxr-xr-xTOOLS/dylib-unhell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/TOOLS/dylib-unhell.py b/TOOLS/dylib-unhell.py
index 3d6e7ecae0..c1a5cb142f 100755
--- a/TOOLS/dylib-unhell.py
+++ b/TOOLS/dylib-unhell.py
@@ -6,7 +6,6 @@ import sys
import shutil
import subprocess
import json
-from distutils.dir_util import copy_tree
from functools import partial
sys_re = re.compile("^/System")