summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs
diff options
context:
space:
mode:
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