summaryrefslogtreecommitdiff
path: root/mailman/pipeline/docs/replybot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/pipeline/docs/replybot.txt')
-rw-r--r--mailman/pipeline/docs/replybot.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/mailman/pipeline/docs/replybot.txt b/mailman/pipeline/docs/replybot.txt
index 7325417ed..f9f824e4e 100644
--- a/mailman/pipeline/docs/replybot.txt
+++ b/mailman/pipeline/docs/replybot.txt
@@ -13,8 +13,7 @@ message or the amount of time since the last auto-response.
>>> # Ensure that the virgin queue is empty, since we'll be checking this
>>> # for new auto-response messages.
- >>> from mailman.queue import Switchboard
- >>> virginq = Switchboard(config.VIRGINQUEUE_DIR)
+ >>> virginq = config.switchboards['virgin']
>>> virginq.files
[]