summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/to_usenet.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/handlers/to_usenet.py')
-rw-r--r--src/mailman/handlers/to_usenet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/handlers/to_usenet.py b/src/mailman/handlers/to_usenet.py
index 4bfa00c5f..f5e01ef6e 100644
--- a/src/mailman/handlers/to_usenet.py
+++ b/src/mailman/handlers/to_usenet.py
@@ -19,10 +19,10 @@
import logging
-from mailman import public
from mailman.config import config
from mailman.core.i18n import _
from mailman.interfaces.handler import IHandler
+from public import public
from zope.interface import implementer