summaryrefslogtreecommitdiffstats
path: root/python/shutilwhich/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/shutilwhich/README')
-rw-r--r--python/shutilwhich/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/shutilwhich/README b/python/shutilwhich/README
deleted file mode 100644
index 5c58385a48..0000000000
--- a/python/shutilwhich/README
+++ /dev/null
@@ -1,3 +0,0 @@
-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.