summaryrefslogtreecommitdiff
path: root/src/mailman/runners/pipeline.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-03-25 18:03:12 -0400
committerBarry Warsaw2016-03-25 18:03:12 -0400
commit077a49a823af227c7038f9533eb8d9d55571bbe7 (patch)
treedd0d2710a8bad8da08b085ffc611fdd8f9642813 /src/mailman/runners/pipeline.py
parent142aca81121ec885d70ed74ea5a6b76ecf05221b (diff)
downloadmailman-077a49a823af227c7038f9533eb8d9d55571bbe7.tar.gz
mailman-077a49a823af227c7038f9533eb8d9d55571bbe7.tar.zst
mailman-077a49a823af227c7038f9533eb8d9d55571bbe7.zip
Diffstat (limited to 'src/mailman/runners/pipeline.py')
-rw-r--r--src/mailman/runners/pipeline.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mailman/runners/pipeline.py b/src/mailman/runners/pipeline.py
index b7ea7fa34..3ec7499f2 100644
--- a/src/mailman/runners/pipeline.py
+++ b/src/mailman/runners/pipeline.py
@@ -22,16 +22,12 @@ through the 'preparation pipeline'. This pipeline adds, deletes and modifies
headers, calculates message recipients, and more.
"""
-__all__ = [
- 'PipelineRunner',
- ]
-
-
+from mailman import public
from mailman.core.pipelines import process
from mailman.core.runner import Runner
-
+@public
class PipelineRunner(Runner):
def _dispose(self, mlist, msg, msgdata):
# Process the message through the mailing list's pipeline.