diff options
Diffstat (limited to 'src/mailman/commands/eml_end.py')
| -rw-r--r-- | src/mailman/commands/eml_end.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/eml_end.py b/src/mailman/commands/eml_end.py index 82b66a1a6..c280cc52f 100644 --- a/src/mailman/commands/eml_end.py +++ b/src/mailman/commands/eml_end.py @@ -17,9 +17,9 @@ """The email commands 'end' and 'stop'.""" -from mailman import public from mailman.core.i18n import _ from mailman.interfaces.command import ContinueProcessing, IEmailCommand +from public import public from zope.interface import implementer |
