diff options
| author | Barry Warsaw | 2009-11-15 18:04:04 -0600 |
|---|---|---|
| committer | Barry Warsaw | 2009-11-15 18:04:04 -0600 |
| commit | 759edbf3f4207a0d5654911cfa38150d2e7220b3 (patch) | |
| tree | bf61098b39df4544ce140dc7551fa9fb71fd386b /src/mailman/commands/eml_end.py | |
| parent | e9c4ba828cea939e665cc91f46bbded8fcb887f0 (diff) | |
| download | mailman-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.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 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 |
