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/senddigests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Mailman/bin/senddigests.py') diff --git a/Mailman/bin/senddigests.py b/Mailman/bin/senddigests.py index 4b0d3b3bd..99a7734cf 100644 --- a/Mailman/bin/senddigests.py +++ b/Mailman/bin/senddigests.py @@ -28,8 +28,6 @@ from Mailman.initialize import initialize import signal signal.signal(signal.SIGCHLD, signal.SIG_DFL) -__i18n_templates__ = True - def parseargs(): -- cgit v1.2.3-70-g09d2