From bd2cd7563bc3e8d74af84b46f7423ccd4290c1c7 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 20 Dec 2000 21:23:23 +0000 Subject: _(): new function to fake out i18n for now. --- Mailman/Archiver/pipermail.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Mailman/Archiver/pipermail.py b/Mailman/Archiver/pipermail.py index d1ca6693f..2d4e65ed0 100644 --- a/Mailman/Archiver/pipermail.py +++ b/Mailman/Archiver/pipermail.py @@ -24,6 +24,9 @@ CACHESIZE = 100 # Number of slots in the cache # Use our optimized version, which will probably be included in Python 2.0 from Mailman.Mailbox import Mailbox +# for faking out i18n +def _(s): return s + msgid_pat = re.compile(r'(<.*>)') -- cgit v1.3.1