summaryrefslogtreecommitdiff
path: root/mailman/docs
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/docs')
-rw-r--r--mailman/docs/pipelines.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/docs/pipelines.txt b/mailman/docs/pipelines.txt
index f475bf88e..0fe51e0e4 100644
--- a/mailman/docs/pipelines.txt
+++ b/mailman/docs/pipelines.txt
@@ -68,7 +68,7 @@ However there are currently no recipients for this message.
And the message is now sitting in various other processing queues.
- >>> from mailman.tests.helpers import get_queue_messages
+ >>> from mailman.testing.helpers import get_queue_messages
>>> from mailman.configuration import config
>>> messages = get_queue_messages(config.ARCHQUEUE_DIR)
>>> len(messages)
@@ -144,7 +144,7 @@ This is the message that will actually get delivered to end recipients.
There's now one message in the digest mailbox, getting ready to be sent.
- >>> from mailman.tests.helpers import digest_mbox
+ >>> from mailman.testing.helpers import digest_mbox
>>> digest = digest_mbox(mlist)
>>> sum(1 for mboxmsg in digest)
1