diff options
| author | Barry Warsaw | 2008-02-26 21:24:13 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-02-26 21:24:13 -0500 |
| commit | f0c044111dfdf6ffe3531df18ccf268a4056874b (patch) | |
| tree | d3145c9d06e8334ba51b896ed14626ef7400d9fc /Mailman/pipeline/docs/ack-headers.txt | |
| parent | 94bdb0a452dc088002f156e3e0e032085693d3f3 (diff) | |
| download | mailman-f0c044111dfdf6ffe3531df18ccf268a4056874b.tar.gz mailman-f0c044111dfdf6ffe3531df18ccf268a4056874b.tar.zst mailman-f0c044111dfdf6ffe3531df18ccf268a4056874b.zip | |
Make the import of Mailman.configuration.config explicit in doctests.
Diffstat (limited to 'Mailman/pipeline/docs/ack-headers.txt')
| -rw-r--r-- | Mailman/pipeline/docs/ack-headers.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/pipeline/docs/ack-headers.txt b/Mailman/pipeline/docs/ack-headers.txt index 8926e6d91..bbede2020 100644 --- a/Mailman/pipeline/docs/ack-headers.txt +++ b/Mailman/pipeline/docs/ack-headers.txt @@ -7,6 +7,7 @@ transformations. Some headers get added, others get changed. Some of these changes depend on mailing list settings and others depend on how the message is getting sent through the system. We'll take things one-by-one. + >>> from Mailman.configuration import config >>> from Mailman.pipeline.cook_headers import process >>> mlist = config.db.list_manager.create(u'_xtest@example.com') >>> mlist.subject_prefix = u'' |
