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/rmlist.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'Mailman/bin/rmlist.py') diff --git a/Mailman/bin/rmlist.py b/Mailman/bin/rmlist.py index b6110507b..c61df2a85 100644 --- a/Mailman/bin/rmlist.py +++ b/Mailman/bin/rmlist.py @@ -29,9 +29,6 @@ from Mailman.i18n import _ from Mailman.initialize import initialize -__i18n_templates__ = True - - def parseargs(): parser = optparse.OptionParser(version=Version.MAILMAN_VERSION, -- cgit v1.2.3-70-g09d2