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/bin/request.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Mailman/bin/request.py') diff --git a/Mailman/bin/request.py b/Mailman/bin/request.py index 1b1e3c6c8..478337976 100644 --- a/Mailman/bin/request.py +++ b/Mailman/bin/request.py @@ -32,8 +32,6 @@ from Mailman.configuration import config from Mailman.i18n import _ from Mailman.queue import Switchboard -__i18n_templates__ = True - def main(): -- cgit v1.2.3-70-g09d2