From 2bd332002f241ab7ca77f935a73692f6cbf41fe5 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 18 Feb 2008 21:24:46 -0500 Subject: PEP 292 style, $-strings are used by the translation service everywhere now. No more %-strings. Kill off all __i18n_templates__ hacks. --- Mailman/pipeline/replybot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Mailman/pipeline/replybot.py') diff --git a/Mailman/pipeline/replybot.py b/Mailman/pipeline/replybot.py index a75f79647..508c197fd 100644 --- a/Mailman/pipeline/replybot.py +++ b/Mailman/pipeline/replybot.py @@ -33,9 +33,8 @@ from Mailman import Utils from Mailman.i18n import _ from Mailman.interfaces import IHandler -log = logging.getLogger('mailman.error') -__i18n_templates__ = True +log = logging.getLogger('mailman.error') NODELTA = datetime.timedelta() -- cgit v1.2.3-70-g09d2