diff options
| author | Barry Warsaw | 2016-11-30 20:57:31 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-30 20:57:31 +0000 |
| commit | 36a17d6ef058d61c9f866c66f3d9c74703fb72cc (patch) | |
| tree | 4ac6f4060582744159e612b66b88b86e241a0d6e /src/mailman/commands/eml_end.py | |
| parent | cb498d3e960af6c741fac9896d8a60bab9f79865 (diff) | |
| parent | 4a8b154e92acc76cdb437f2dc57543f67e1390a3 (diff) | |
| download | mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.tar.gz mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.tar.zst mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.zip | |
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 |
