1
0
forked from VimPlug/jedi
Files
jedi-fork/jedi/api
micbou 70c2fce9c2 Replace distutils.spawn.find_executable with shutil.which
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.
2018-06-07 21:07:22 +02:00
..
2018-04-15 15:51:16 +02:00
2018-01-07 10:40:36 +02:00
2018-04-15 15:28:05 +02:00
2018-03-11 22:19:35 +01:00