From 142aca81121ec885d70ed74ea5a6b76ecf05221b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 25 Mar 2016 13:08:26 -0400 Subject: Clean up the rules directory. --- src/mailman/rules/loop.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mailman/rules/loop.py') diff --git a/src/mailman/rules/loop.py b/src/mailman/rules/loop.py index 280939a74..0f8047e76 100644 --- a/src/mailman/rules/loop.py +++ b/src/mailman/rules/loop.py @@ -17,15 +17,13 @@ """Look for a posting loop.""" +from mailman import public from mailman.core.i18n import _ from mailman.interfaces.rules import IRule from zope.interface import implementer -__all__ = [ - 'Loop', - ] - +@public @implementer(IRule) class Loop: """Look for a posting loop.""" -- cgit v1.2.3-70-g09d2