summaryrefslogtreecommitdiff
path: root/src/mailman/runners/bounce.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/bounce.py')
-rw-r--r--src/mailman/runners/bounce.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/bounce.py b/src/mailman/runners/bounce.py
index 4150dc9b5..40ea840e7 100644
--- a/src/mailman/runners/bounce.py
+++ b/src/mailman/runners/bounce.py
@@ -20,10 +20,10 @@
import logging
from flufl.bounce import all_failures, scan_message
-from mailman import public
from mailman.app.bounces import ProbeVERP, StandardVERP, maybe_forward
from mailman.core.runner import Runner
from mailman.interfaces.bounce import BounceContext, IBounceProcessor
+from public import public
from zope.component import getUtility