summaryrefslogtreecommitdiff
path: root/mailman/rules/docs/truth.txt
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-25 13:01:41 -0500
committerBarry Warsaw2009-01-25 13:01:41 -0500
commiteefd06f1b88b8ecbb23a9013cd223b72ca85c20d (patch)
tree72c947fe16fce0e07e996ee74020b26585d7e846 /mailman/rules/docs/truth.txt
parent07871212f74498abd56bef3919bf3e029eb8b930 (diff)
downloadmailman-eefd06f1b88b8ecbb23a9013cd223b72ca85c20d.tar.gz
mailman-eefd06f1b88b8ecbb23a9013cd223b72ca85c20d.tar.zst
mailman-eefd06f1b88b8ecbb23a9013cd223b72ca85c20d.zip
Push the source directory into a 'src' subdirectory so that zc.buildout works
correctly regardless of how it's used.
Diffstat (limited to 'mailman/rules/docs/truth.txt')
-rw-r--r--mailman/rules/docs/truth.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/mailman/rules/docs/truth.txt b/mailman/rules/docs/truth.txt
deleted file mode 100644
index f331e852b..000000000
--- a/mailman/rules/docs/truth.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Truth
-=====
-
-The 'truth' rule always matches. This makes it useful as a terminus rule for
-unconditionally jumping to another chain.
-
- >>> rule = config.rules['truth']
- >>> rule.check(False, False, False)
- True