Last updated:
0 purchases
backports.shutil which 3.5.2
Use Python 3 shutil.which on Python 2:
try:
from shutil import which
except ImportError:
from backports.shutil_which import which
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.