Skip to content

Commit

Permalink
Merge pull request #24 from sam-leonard-ct/samleonard/remove-deprecat…
Browse files Browse the repository at this point in the history
…ed-import

Replace distutils with shutil
  • Loading branch information
lbiaggi authored Dec 19, 2024
2 parents ba7271f + 7e568ca commit 883bcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doorstop/core/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 883bcd3

Please sign in to comment.