From ca4259f4abd2802f87b86907c281a8b4cdb8150b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 25 Mar 2016 11:48:34 -0400 Subject: Clean up the mta directory. --- src/mailman/mta/null.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/mailman/mta/null.py') diff --git a/src/mailman/mta/null.py b/src/mailman/mta/null.py index ba6adbbd5..165c5f0ee 100644 --- a/src/mailman/mta/null.py +++ b/src/mailman/mta/null.py @@ -20,16 +20,12 @@ Exim one example of an MTA that Just Works. """ -__all__ = [ - 'NullMTA', - ] - - +from mailman import public from mailman.interfaces.mta import IMailTransportAgentLifecycle from zope.interface import implementer - +@public @implementer(IMailTransportAgentLifecycle) class NullMTA: """Null MTA that just satisfies the interface.""" -- cgit v1.2.3-70-g09d2