freebsd-ports/sysutils/py-shutilwhich/pkg-descr
Kubilay Kocak dc252dfc90 [NEW] sysutils/shutilwhich: shutil.which for those not using Python 3.3
A copy & paste backport of Python 3.3's shutil.which function.

Import like this: import shutilwhichh.

This will monkeypatch shutil if there is no shutil.which method, otherwise
leave it alone.

WWW: https://github.com/mbr/shutilwhich
2015-02-14 08:01:19 +00:00

8 lines
236 B
Text

A copy & paste backport of Python 3.3's shutil.which function.
Import like this: import shutilwhichh.
This will monkeypatch shutil if there is no shutil.which method, otherwise
leave it alone.
WWW: https://github.com/mbr/shutilwhich