summaryrefslogtreecommitdiff
path: root/src/mailman/commands/eml_end.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-11-15 18:04:04 -0600
committerBarry Warsaw2009-11-15 18:04:04 -0600
commit759edbf3f4207a0d5654911cfa38150d2e7220b3 (patch)
treebf61098b39df4544ce140dc7551fa9fb71fd386b /src/mailman/commands/eml_end.py
parente9c4ba828cea939e665cc91f46bbded8fcb887f0 (diff)
downloadmailman-759edbf3f4207a0d5654911cfa38150d2e7220b3.tar.gz
mailman-759edbf3f4207a0d5654911cfa38150d2e7220b3.tar.zst
mailman-759edbf3f4207a0d5654911cfa38150d2e7220b3.zip
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