summaryrefslogtreecommitdiffstats
path: root/python/shutilwhich/README
blob: 5c58385a4865a9403658d3a40fb3beb2e3090d2b (plain)
1
2
3
A copy & paste backport of Python 3.3's shutil.which function.
On Python 3.3 and above, the module never does anything but
return the stdlib shutil.which function.