/[smecontribs]/rpms/mailman/contribs10/mailman-2.1.12-ctype-new.patch
ViewVC logotype

Annotation of /rpms/mailman/contribs10/mailman-2.1.12-ctype-new.patch

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


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

1 brianr 1.1 diff --git a/bin/find_member b/bin/find_member
2     index e772738..99e4ee6 100755
3     --- a/bin/find_member
4     +++ b/bin/find_member
5     @@ -76,7 +76,7 @@ def usage(code, msg=''):
6     fd = sys.stderr
7     else:
8     fd = sys.stdout
9     - print >> fd, _(__doc__)
10     + print >> fd, C_(__doc__)
11     if msg:
12     print >> fd, msg
13     sys.exit(code)
14     diff --git a/bin/genaliases b/bin/genaliases
15     index 931f2bd..1a102cf 100644
16     --- a/bin/genaliases
17     +++ b/bin/genaliases
18     @@ -55,7 +55,7 @@ def usage(code, msg=''):
19     fd = sys.stderr
20     else:
21     fd = sys.stdout
22     - print >> fd, _(__doc__)
23     + print >> fd, C_(__doc__)
24     if msg:
25     print >> fd, msg
26     sys.exit(code)
27     diff --git a/bin/mmsitepass b/bin/mmsitepass
28     index c479e2e..bb4cc71 100755
29     --- a/bin/mmsitepass
30     +++ b/bin/mmsitepass
31     @@ -54,7 +54,7 @@ def usage(code, msg=''):
32     fd = sys.stderr
33     else:
34     fd = sys.stdout
35     - print >> fd, _(__doc__)
36     + print >> fd, C_(__doc__)
37     if msg:
38     print >> fd, msg
39     sys.exit(code)
40     diff --git a/bin/reset_pw.py b/bin/reset_pw.py
41     index cc35cd7..b71d532 100644
42     --- a/bin/reset_pw.py
43     +++ b/bin/reset_pw.py
44     @@ -38,7 +38,7 @@ import getopt
45    
46     import paths
47     from Mailman import Utils
48     -from Mailman.i18n import _C
49     +from Mailman.i18n import C_
50    
51    
52     try:
53     @@ -54,7 +54,7 @@ def usage(code, msg=''):
54     fd = sys.stderr
55     else:
56     fd = sys.stdout
57     - print >> fd, _(__doc__.replace('%', '%%'))
58     + print >> fd, C_(__doc__.replace('%', '%%'))
59     if msg:
60     print >> fd, msg
61     sys.exit(code)

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