diff options
| author | Barry Warsaw | 2008-01-24 05:18:02 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-01-24 05:18:02 -0500 |
| commit | 36ebacf60b8fe78e20b9c18f6c08d73271922fc4 (patch) | |
| tree | ad8f58134915af75a1dfff73fd801904750173a2 /Mailman/queue | |
| parent | a76cbbcac84319245a0afb4a4dee32d4d4c79622 (diff) | |
| download | mailman-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.txt | 2 |
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') |
