Backport of Python 3.3 shutil.which function. This library monkey patches the standard library shutil.which on versions prior to Python 3.3. Use backports.shutil_which if monkey patching of the standard library function is not desirable.
Backport of Python 3.3 shutil.which function.
This library monkey patches the standard library shutil.which on versions prior to Python 3.3.
Use backports.shutil_which if monkey patching of the standard library function is not desirable.