diff options
Diffstat (limited to 'python/shutil_which/slack-desc')
-rw-r--r-- | python/shutil_which/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/shutil_which/slack-desc b/python/shutil_which/slack-desc new file mode 100644 index 000000000000..5ec05991338e --- /dev/null +++ b/python/shutil_which/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +shutil_which: shutil_which (find path of executable) +shutil_which: +shutil_which: A backport of the which function from Python 3.3's shutil. which +shutil_which: returns the path to an executable which would be run if the given cmd +shutil_which: was called. +shutil_which: +shutil_which: +shutil_which: +shutil_which: +shutil_which: +shutil_which: |