summaryrefslogtreecommitdiff
path: root/src/mailman/commands/eml_end.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/eml_end.py')
-rw-r--r--src/mailman/commands/eml_end.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/eml_end.py b/src/mailman/commands/eml_end.py
index a9298bc92..e47712030 100644
--- a/src/mailman/commands/eml_end.py
+++ b/src/mailman/commands/eml_end.py
@@ -26,7 +26,7 @@ __all__ = [
from zope.interface import implements
-from mailman.i18n import _
+from mailman.core.i18n import _
from mailman.interfaces.command import ContinueProcessing, IEmailCommand