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/pipeline/replybot.py | |
| parent | e9c4ba828cea939e665cc91f46bbded8fcb887f0 (diff) | |
| download | mailman-759edbf3f4207a0d5654911cfa38150d2e7220b3.tar.gz mailman-759edbf3f4207a0d5654911cfa38150d2e7220b3.tar.zst mailman-759edbf3f4207a0d5654911cfa38150d2e7220b3.zip | |
Factor out most of the i18n subsystem and convert to using the flufl.i18n
package.
Diffstat (limited to 'src/mailman/pipeline/replybot.py')
| -rw-r--r-- | src/mailman/pipeline/replybot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/pipeline/replybot.py b/src/mailman/pipeline/replybot.py index e7834eb2c..cf559cfcc 100644 --- a/src/mailman/pipeline/replybot.py +++ b/src/mailman/pipeline/replybot.py @@ -33,8 +33,8 @@ from zope.interface import implements from mailman import Utils from mailman.config import config +from mailman.core.i18n import _ from mailman.email.message import Message, UserNotification -from mailman.i18n import _ from mailman.interfaces.autorespond import ( ALWAYS_REPLY, IAutoResponseSet, Response, ResponseAction) from mailman.interfaces.handler import IHandler |
