From fe22ebdb98d125db840c980cbd953a8fbc2e5cdf Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 29 Nov 2016 18:51:05 -0500 Subject: Use `atpublic` for @public instead of internal copy. --- src/mailman/handlers/to_outgoing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/handlers/to_outgoing.py') diff --git a/src/mailman/handlers/to_outgoing.py b/src/mailman/handlers/to_outgoing.py index b9fae912c..4726973f2 100644 --- a/src/mailman/handlers/to_outgoing.py +++ b/src/mailman/handlers/to_outgoing.py @@ -22,10 +22,10 @@ posted to the list membership. Anything else that needs to go out to some recipient should just be placed in the out queue directly. """ -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 -- cgit v1.2.3-70-g09d2