diff options
| author | Barry Warsaw | 2011-05-29 16:49:28 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-05-29 16:49:28 -0400 |
| commit | 0f85fb344688e1982e9320e79b7fb38eefc1ac53 (patch) | |
| tree | ec6e635e9c0f8a5bd655a254f9c346f1acb6dd8e /src/mailman/commands/docs | |
| parent | 0f760798fb2490a03041c42018afbd59749e6cbd (diff) | |
| parent | 521a179d309fac857fdbbe162d5db136c3ec3b1e (diff) | |
| download | mailman-0f85fb344688e1982e9320e79b7fb38eefc1ac53.tar.gz mailman-0f85fb344688e1982e9320e79b7fb38eefc1ac53.tar.zst mailman-0f85fb344688e1982e9320e79b7fb38eefc1ac53.zip | |
Diffstat (limited to 'src/mailman/commands/docs')
| -rw-r--r-- | src/mailman/commands/docs/echo.txt | 2 | ||||
| -rw-r--r-- | src/mailman/commands/docs/membership.txt | 2 |
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 |
