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/export.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Mailman/bin/export.py') diff --git a/Mailman/bin/export.py b/Mailman/bin/export.py index fe43d6811..dccedaa55 100644 --- a/Mailman/bin/export.py +++ b/Mailman/bin/export.py @@ -37,8 +37,6 @@ from Mailman.configuration import config from Mailman.i18n import _ from Mailman.initialize import initialize -__i18n_templates__ = True - SPACE = ' ' TYPES = { -- cgit v1.2.3-70-g09d2