summaryrefslogtreecommitdiff
path: root/Mailman/rules/docs/loop.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/rules/docs/loop.txt')
-rw-r--r--Mailman/rules/docs/loop.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/rules/docs/loop.txt b/Mailman/rules/docs/loop.txt
index 3174805b9..8fe86cf45 100644
--- a/Mailman/rules/docs/loop.txt
+++ b/Mailman/rules/docs/loop.txt
@@ -6,8 +6,7 @@ X-BeenThere header with the value of the list's posting address.
>>> from Mailman.configuration import config
>>> mlist = config.db.list_manager.create(u'_xtest@example.com')
- >>> from Mailman.app.rules import find_rule
- >>> rule = find_rule('loop')
+ >>> rule = config.rules['loop']
>>> rule.name
'loop'