summaryrefslogtreecommitdiff
path: root/src/mailman/bin/withlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/bin/withlist.py')
-rw-r--r--src/mailman/bin/withlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/bin/withlist.py b/src/mailman/bin/withlist.py
index 2b236eaec..3c89ffc40 100644
--- a/src/mailman/bin/withlist.py
+++ b/src/mailman/bin/withlist.py
@@ -23,8 +23,8 @@ from zope.component import getUtility
from mailman import interact
from mailman.config import config
+from mailman.core.i18n import _
from mailman.core.initialize import initialize
-from mailman.i18n import _
from mailman.interfaces.listmanager import IListManager
from mailman.version import MAILMAN_VERSION