diff options
Diffstat (limited to 'src/mailman/rules/news_moderation.py')
| -rw-r--r-- | src/mailman/rules/news_moderation.py | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mailman/rules/news_moderation.py b/src/mailman/rules/news_moderation.py index e408043bb..2feeed4a1 100644 --- a/src/mailman/rules/news_moderation.py +++ b/src/mailman/rules/news_moderation.py @@ -17,18 +17,16 @@ """The news moderation rule.""" -__all__ = [ - 'ModeratedNewsgroup', - ] - - from mailman.core.i18n import _ from mailman.interfaces.nntp import NewsgroupModeration from mailman.interfaces.rules import IRule from zope.interface import implementer +__all__ = [ + 'ModeratedNewsgroup', + ] + - @implementer(IRule) class ModeratedNewsgroup: """The news moderation rule.""" |
