summaryrefslogtreecommitdiff
path: root/src/mailman/runners/pipeline.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/pipeline.py')
-rw-r--r--src/mailman/runners/pipeline.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/runners/pipeline.py b/src/mailman/runners/pipeline.py
index 13226c6fc..357863d2e 100644
--- a/src/mailman/runners/pipeline.py
+++ b/src/mailman/runners/pipeline.py
@@ -22,6 +22,11 @@ through the 'preparation pipeline'. This pipeline adds, deletes and modifies
headers, calculates message recipients, and more.
"""
+__all__ = [
+ 'PipelineRunner',
+ ]
+
+
from mailman.core.pipelines import process
from mailman.core.runner import Runner