Skip to content
Commit 05b10ec7 authored by Frank Dana's avatar Frank Dana
Browse files

Remove use of deprecated distutils.spawn

The `distutils.spawn.find_executable()` function, which relies on
a deprecated module, can easily be replaced with `shutil.which()`
from the Python standard library.
parent 32bed2f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment