Skip to content

Remove use of deprecated distutils.spawn

Frank Dana requested to merge frdana/kapidox:no-distutils into master

The distutils.spawn.find_executable() function, which relies on a deprecated module, can easily be replaced with shutil.which() from the Python standard library.

Fixes #22 (closed)

Merge request reports