thefuck
thefuck copied to clipboard
Remove distutils dependency
The distutils
library is deprecated. This commit replaces distutils.spawn.find_executable
with shutil.which
, which is in the standard library.
Fixes #1246.
This looks good?