forked from VimPlug/jedi
The distutils.spawn.find_executable function is not available on stock system Python 3 in recent Debian-based distributions. Since shutil.which is a better alternative but not available on Python 2.7, we include a copy of that function and use it in place of find_executable.
18 KiB
18 KiB