From 7e568ca0c4d1abbc952d2444a7bffb0fd6ae32d7 Mon Sep 17 00:00:00 2001 From: Sam Leonard Date: Thu, 19 Dec 2024 15:03:39 +0000 Subject: [PATCH] Replace removed python module --- doorstop/core/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doorstop/core/editor.py b/doorstop/core/editor.py index 7aa8e982..927c47c8 100644 --- a/doorstop/core/editor.py +++ b/doorstop/core/editor.py @@ -7,7 +7,7 @@ import sys import tempfile import time -from distutils.spawn import find_executable +from shutil import which as find_executable from doorstop import common from doorstop.common import DoorstopError