summaryrefslogtreecommitdiffstats
path: root/python/extras/README
diff options
context:
space:
mode:
author Nikos Giotis2017-03-05 02:55:27 +0100
committer Willy Sudiarto Raharjo2017-03-05 02:55:27 +0100
commitcbcb215ff37aa6110ef1081c8e6bc9ad98f00c0d (patch)
tree59e0646345646c4d114edc7cfe92e6b40f5f1217 /python/extras/README
parent5137b1770a14e32842ac01ecda37fd53dda58a92 (diff)
downloadslackbuilds-cbcb215ff37aa6110ef1081c8e6bc9ad98f00c0d.tar.gz
python/extras: Added (Python bindings for augeas).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/extras/README')
-rw-r--r--python/extras/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/extras/README b/python/extras/README
new file mode 100644
index 0000000000..490d9c0683
--- /dev/null
+++ b/python/extras/README
@@ -0,0 +1,5 @@
+extras
+
+extras is a set of extensions to the Python standard library,
+originally written to make the code within testtools cleaner,
+but now split out for general use outside of a testing context.