diff options
Diffstat (limited to 'src/mailman/commands/docs/echo.txt')
| -rw-r--r-- | src/mailman/commands/docs/echo.txt | 2 |
1 files changed, 1 insertions, 1 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 |
