/[smecontribs]/rpms/mailman/contribs10/mailman-2.1.10-ctypefix.patch
ViewVC logotype

Contents of /rpms/mailman/contribs10/mailman-2.1.10-ctypefix.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Feb 22 15:33:43 2021 UTC (3 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: HEAD
Initial import

1 diff -ruN mailman-2.1.12-a/bin/withlist mailman-2.1.12-b/bin/withlist
2 --- mailman-2.1.12-a/bin/withlist 2009-02-23 22:23:35.000000000 +0100
3 +++ mailman-2.1.12-b/bin/withlist 2009-07-28 12:19:51.000000000 +0200
4 @@ -128,7 +128,10 @@
5 from Mailman import Errors
6 from Mailman import MailList
7 from Mailman import Utils
8 -from Mailman.i18n import _
9 +from Mailman import i18n
10 +
11 +_ = i18n._
12 +C_ = i18n.C_
13
14 try:
15 True, False

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed