summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2009-11-04 22:01:45 -0500
committerBarry Warsaw2009-11-04 22:01:45 -0500
commite9c4ba828cea939e665cc91f46bbded8fcb887f0 (patch)
tree24c94144dc911da330150a0cb4387ec9272cf8df /src/mailman/docs
parent40ad0384b82169a737f004321127d41bafe0632c (diff)
downloadmailman-e9c4ba828cea939e665cc91f46bbded8fcb887f0.tar.gz
mailman-e9c4ba828cea939e665cc91f46bbded8fcb887f0.tar.zst
mailman-e9c4ba828cea939e665cc91f46bbded8fcb887f0.zip
Cleanup.
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/chains.txt1
-rw-r--r--src/mailman/docs/mlist-addresses.txt1
-rw-r--r--src/mailman/docs/pipelines.txt1
-rw-r--r--src/mailman/docs/users.txt1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/mailman/docs/chains.txt b/src/mailman/docs/chains.txt
index 4154d983a..f9ed156b1 100644
--- a/src/mailman/docs/chains.txt
+++ b/src/mailman/docs/chains.txt
@@ -25,7 +25,6 @@ The Discard chain simply throws the message away.
>>> print chain.description
Discard a message and stop processing.
- >>> from mailman.app.lifecycle import create_list
>>> mlist = create_list('_xtest@example.com')
>>> msg = message_from_string("""\
... From: aperson@example.com
diff --git a/src/mailman/docs/mlist-addresses.txt b/src/mailman/docs/mlist-addresses.txt
index 644a4a580..3f44008fb 100644
--- a/src/mailman/docs/mlist-addresses.txt
+++ b/src/mailman/docs/mlist-addresses.txt
@@ -5,7 +5,6 @@ Mailing list addresses
Every mailing list has a number of addresses which are publicly available.
These are defined in the IMailingListAddresses interface.
- >>> from mailman.app.lifecycle import create_list
>>> mlist = create_list('_xtest@example.com')
The posting address is where people send messages to be posted to the mailing
diff --git a/src/mailman/docs/pipelines.txt b/src/mailman/docs/pipelines.txt
index 51dfd7a61..cf848f1d9 100644
--- a/src/mailman/docs/pipelines.txt
+++ b/src/mailman/docs/pipelines.txt
@@ -9,7 +9,6 @@ consist of a sequence of handlers, each of which is applied in turn. Unlike
rules and chains, there is no way to stop a pipeline from processing the
message once it's started.
- >>> from mailman.app.lifecycle import create_list
>>> mlist = create_list('xtest@example.com')
>>> print mlist.pipeline
built-in
diff --git a/src/mailman/docs/users.txt b/src/mailman/docs/users.txt
index a261812e2..73e4f3b77 100644
--- a/src/mailman/docs/users.txt
+++ b/src/mailman/docs/users.txt
@@ -165,7 +165,6 @@ membership role.
>>> org = user_manager.get_address('zperson@example.org')
>>> net = user_manager.get_address('zperson@example.net')
- >>> from mailman.app.lifecycle import create_list
>>> mlist_1 = create_list('xtest_1@example.com')
>>> mlist_2 = create_list('xtest_2@example.com')
>>> mlist_3 = create_list('xtest_3@example.com')