diff options
Diffstat (limited to 'src/mailman/commands/eml_echo.py')
| -rw-r--r-- | src/mailman/commands/eml_echo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/eml_echo.py b/src/mailman/commands/eml_echo.py index 30590acf8..77c944cda 100644 --- a/src/mailman/commands/eml_echo.py +++ b/src/mailman/commands/eml_echo.py @@ -25,7 +25,7 @@ __all__ = [ from zope.interface import implements -from mailman.i18n import _ +from mailman.core.i18n import _ from mailman.interfaces.command import ContinueProcessing, IEmailCommand |
