summaryrefslogtreecommitdiff
path: root/Mailman/queue
diff options
context:
space:
mode:
authorBarry Warsaw2008-01-24 05:18:02 -0500
committerBarry Warsaw2008-01-24 05:18:02 -0500
commit36ebacf60b8fe78e20b9c18f6c08d73271922fc4 (patch)
treead8f58134915af75a1dfff73fd801904750173a2 /Mailman/queue
parenta76cbbcac84319245a0afb4a4dee32d4d4c79622 (diff)
downloadmailman-36ebacf60b8fe78e20b9c18f6c08d73271922fc4.tar.gz
mailman-36ebacf60b8fe78e20b9c18f6c08d73271922fc4.tar.zst
mailman-36ebacf60b8fe78e20b9c18f6c08d73271922fc4.zip
Reorganize doctests, moving handler documentation into Mailman/handlers/docs.
Rename all handlers to be more PEP 8 friendly, i.e. lowercased.
Diffstat (limited to 'Mailman/queue')
-rw-r--r--Mailman/queue/docs/outgoing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/queue/docs/outgoing.txt b/Mailman/queue/docs/outgoing.txt
index ba2c6430b..7b5ba6f54 100644
--- a/Mailman/queue/docs/outgoing.txt
+++ b/Mailman/queue/docs/outgoing.txt
@@ -9,7 +9,7 @@ term somewhat incorrectly, but within the spirit of the standard, which
basically describes how to encode the recipient's address in the originator
headers for unambigous bounce processing.
- >>> from Mailman.Handlers.ToOutgoing import process
+ >>> from Mailman.handlers.to_outgoing import process
>>> from Mailman.queue import Switchboard
>>> from Mailman.configuration import config
>>> mlist = config.db.list_manager.create(u'_xtest@example.com')