summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs
diff options
context:
space:
mode:
authorBarry Warsaw2011-05-29 12:45:19 -0400
committerBarry Warsaw2011-05-29 12:45:19 -0400
commit521a179d309fac857fdbbe162d5db136c3ec3b1e (patch)
treeec6e635e9c0f8a5bd655a254f9c346f1acb6dd8e /src/mailman/commands/docs
parent0f760798fb2490a03041c42018afbd59749e6cbd (diff)
downloadmailman-521a179d309fac857fdbbe162d5db136c3ec3b1e.tar.gz
mailman-521a179d309fac857fdbbe162d5db136c3ec3b1e.tar.zst
mailman-521a179d309fac857fdbbe162d5db136c3ec3b1e.zip
Rename 'queue' directory to 'runners' since not all subprocesses run a queue.
Diffstat (limited to 'src/mailman/commands/docs')
-rw-r--r--src/mailman/commands/docs/echo.txt2
-rw-r--r--src/mailman/commands/docs/membership.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/docs/echo.txt b/src/mailman/commands/docs/echo.txt
index a01172d04..ced483ea8 100644
--- a/src/mailman/commands/docs/echo.txt
+++ b/src/mailman/commands/docs/echo.txt
@@ -17,7 +17,7 @@ The original message is ignored, but the results receive the echoed command.
>>> mlist = create_list('test@example.com')
- >>> from mailman.queue.command import Results
+ >>> from mailman.runners.command import Results
>>> results = Results()
>>> from mailman.email.message import Message
diff --git a/src/mailman/commands/docs/membership.txt b/src/mailman/commands/docs/membership.txt
index 851f01514..d05f12eee 100644
--- a/src/mailman/commands/docs/membership.txt
+++ b/src/mailman/commands/docs/membership.txt
@@ -41,7 +41,7 @@ When no address argument is given, the message's From address will be used.
If that's missing though, then an error is returned.
::
- >>> from mailman.queue.command import Results
+ >>> from mailman.runners.command import Results
>>> results = Results()
>>> from mailman.email.message import Message