diff options
Diffstat (limited to 'src/mailman/rules/loop.py')
| -rw-r--r-- | src/mailman/rules/loop.py | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mailman/rules/loop.py b/src/mailman/rules/loop.py index 4c5b00c0f..280939a74 100644 --- a/src/mailman/rules/loop.py +++ b/src/mailman/rules/loop.py @@ -17,17 +17,15 @@ """Look for a posting loop.""" -__all__ = [ - 'Loop', - ] - - from mailman.core.i18n import _ from mailman.interfaces.rules import IRule from zope.interface import implementer +__all__ = [ + 'Loop', + ] + - @implementer(IRule) class Loop: """Look for a posting loop.""" |
