aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python-module.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/python-module.md')
-rw-r--r--docs/markdown/snippets/python-module.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/python-module.md b/docs/markdown/snippets/python-module.md
deleted file mode 100644
index c2e8138..0000000
--- a/docs/markdown/snippets/python-module.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Generic python module
-
-This is a revamped and generic (python 2 and 3) version of the python3
-module. With this new interface, projects can now fully specify the version
-of python they want to build against / install sources to, and can do so
-against multiple major or minor versions in parallel.