From 98f2dcb6765f618dbedc44f9d2889ce15a6ba28d Mon Sep 17 00:00:00 2001 From: der richter Date: Wed, 21 Feb 2024 23:17:07 +0100 Subject: [PATCH] osxbundle: remove unused import --- TOOLS/dylib-unhell.py | 1 - 1 file changed, 1 deletion(-) 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")