summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/cook_headers.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-29 18:51:05 -0500
committerBarry Warsaw2016-11-29 18:51:05 -0500
commitfe22ebdb98d125db840c980cbd953a8fbc2e5cdf (patch)
tree3673d5edcb84b8ff3a81950e8606491f1132fed3 /src/mailman/handlers/cook_headers.py
parentcb498d3e960af6c741fac9896d8a60bab9f79865 (diff)
downloadmailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.gz
mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.zst
mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.zip
Diffstat (limited to 'src/mailman/handlers/cook_headers.py')
-rw-r--r--src/mailman/handlers/cook_headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/handlers/cook_headers.py b/src/mailman/handlers/cook_headers.py
index 5f203fcbd..672738bf9 100644
--- a/src/mailman/handlers/cook_headers.py
+++ b/src/mailman/handlers/cook_headers.py
@@ -22,11 +22,11 @@ import logging
from email.header import Header
from email.utils import formataddr, getaddresses, parseaddr
-from mailman import public
from mailman.core.i18n import _
from mailman.interfaces.handler import IHandler
from mailman.interfaces.mailinglist import Personalization, ReplyToMunging
from mailman.version import VERSION
+from public import public
from zope.interface import implementer