Closed mitsuse closed 8 years ago
This pull-request improve simplicity of code:
find_binary_path
shutil.which
try~exception
source_kitten_binary
_source_kitten_binary
Tested, works fine. Thanks for the contribution 👍🏻
This pull-request improve simplicity of code:
find_binary_path
by usingshutil.which
. This requires Python >= 3.3.try~exception
insource_kitten_binary
(I think it is neeldess)._source_kitten_binary
.