summaryrefslogtreecommitdiff
path: root/src/mailman/bin/qrunner.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-05-29 16:49:28 -0400
committerBarry Warsaw2011-05-29 16:49:28 -0400
commit0f85fb344688e1982e9320e79b7fb38eefc1ac53 (patch)
treeec6e635e9c0f8a5bd655a254f9c346f1acb6dd8e /src/mailman/bin/qrunner.py
parent0f760798fb2490a03041c42018afbd59749e6cbd (diff)
parent521a179d309fac857fdbbe162d5db136c3ec3b1e (diff)
downloadmailman-0f85fb344688e1982e9320e79b7fb38eefc1ac53.tar.gz
mailman-0f85fb344688e1982e9320e79b7fb38eefc1ac53.tar.zst
mailman-0f85fb344688e1982e9320e79b7fb38eefc1ac53.zip
Diffstat (limited to 'src/mailman/bin/qrunner.py')
-rw-r--r--src/mailman/bin/qrunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/bin/qrunner.py b/src/mailman/bin/qrunner.py
index f98fd98c6..2e20cee61 100644
--- a/src/mailman/bin/qrunner.py
+++ b/src/mailman/bin/qrunner.py
@@ -143,7 +143,7 @@ def make_qrunner(name, slice, range, once=False):
# It was a shortcut name.
class_path = qrunner_config['class']
elif name.startswith('.'):
- class_path = 'mailman.queue' + name
+ class_path = 'mailman.runners' + name
else:
class_path = name
try: