summaryrefslogtreecommitdiff
path: root/mailman/bin/docs/master.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/bin/docs/master.txt')
-rw-r--r--mailman/bin/docs/master.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/bin/docs/master.txt b/mailman/bin/docs/master.txt
index 333893f78..7565e93b1 100644
--- a/mailman/bin/docs/master.txt
+++ b/mailman/bin/docs/master.txt
@@ -7,7 +7,7 @@ is used to start, stop and manage the queue runners. mailmanctl actually is
just a wrapper around the real queue runner watcher script called master.py.
>>> from mailman.configuration import config
- >>> from mailman.tests.helpers import TestableMaster
+ >>> from mailman.testing.helpers import TestableMaster
Start the master in a subthread.