From f0c044111dfdf6ffe3531df18ccf268a4056874b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 26 Feb 2008 21:24:13 -0500 Subject: Make the import of Mailman.configuration.config explicit in doctests. --- Mailman/rules/docs/emergency.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Mailman/rules/docs') diff --git a/Mailman/rules/docs/emergency.txt b/Mailman/rules/docs/emergency.txt index aecbcb90d..05a9dcff2 100644 --- a/Mailman/rules/docs/emergency.txt +++ b/Mailman/rules/docs/emergency.txt @@ -27,6 +27,7 @@ There are two messages in the virgin queue. The one addressed to the original sender will contain a token we can use to grab the held message out of the pending requests. + >>> from Mailman.configuration import config >>> from Mailman.queue import Switchboard >>> virginq = Switchboard(config.VIRGINQUEUE_DIR) -- cgit v1.3.1