aboutsummaryrefslogtreecommitdiff
path: root/python/shutil_which/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-05-26 06:59:22 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-27 07:31:04 +0700
commita9ab18d2b8a892ae246fa73fb00b557b8b7be601 (patch)
tree03c15b10ba6071beb13b9c65489fab24b9955e04 /python/shutil_which/README
parent274f40922bbfc8239f6851079c2e0936000d7c7a (diff)
downloadslackbuilds-a9ab18d2b8a892ae246fa73fb00b557b8b7be601.tar.xz
python/shutil_which: Added (find path of executable).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/shutil_which/README')
-rw-r--r--python/shutil_which/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/shutil_which/README b/python/shutil_which/README
new file mode 100644
index 000000000000..75d4170da853
--- /dev/null
+++ b/python/shutil_which/README
@@ -0,0 +1,2 @@
+A backport of the which function from Python 3.3's shutil. which returns the
+path to an executable which would be run if the given cmd was called.