summaryrefslogtreecommitdiff
path: root/src/mailman/runners/virgin.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/virgin.py')
-rw-r--r--src/mailman/runners/virgin.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/runners/virgin.py b/src/mailman/runners/virgin.py
index 0f91d61af..8ff45e86e 100644
--- a/src/mailman/runners/virgin.py
+++ b/src/mailman/runners/virgin.py
@@ -23,6 +23,11 @@ to go through some minimal processing before they can be sent out to the
recipient.
"""
+__all__ = [
+ 'VirginRunner',
+ ]
+
+
from mailman.core.pipelines import process
from mailman.core.runner import Runner