/[smecontribs]/rpms/mailman/contribs9/mailman-2.1.12-shebang.patch
ViewVC logotype

Annotation of /rpms/mailman/contribs9/mailman-2.1.12-shebang.patch

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


Revision 1.1 - (hide annotations) (download)
Fri Aug 21 17:29:57 2015 UTC (8 years, 8 months ago) by stephdl
Branch: MAIN
CVS Tags: mailman-2_1_12-103_el6_sme, mailman-2_1_12-100_el6_sme, mailman-2_1_12-104_el6_sme, mailman-2_1_12-25_el6_sme_sme, mailman-2_1_12-102_el6_sme, mailman-2_1_12-101_el6_sme, HEAD
Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.1.12
2.1.12-25.sme.sme - Initial release to contribs9

1 stephdl 1.1 diff --git a/Mailman/Archiver/pipermail.py b/Mailman/Archiver/pipermail.py
2     index 49de805..da582d2 100644
3     --- a/Mailman/Archiver/pipermail.py
4     +++ b/Mailman/Archiver/pipermail.py
5     @@ -1,4 +1,4 @@
6     -#! /usr/bin/env python
7     +#! /usr/bin/python
8    
9     from __future__ import nested_scopes
10    
11     diff --git a/Mailman/Post.py b/Mailman/Post.py
12     index 5b7af77..63edd38 100644
13     --- a/Mailman/Post.py
14     +++ b/Mailman/Post.py
15     @@ -1,4 +1,4 @@
16     -#! /usr/bin/env python
17     +#! /usr/bin/python
18     #
19     # Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
20     #
21     diff --git a/bin/msgfmt.py b/bin/msgfmt.py
22     index 8a2d4e6..277901c 100755
23     --- a/bin/msgfmt.py
24     +++ b/bin/msgfmt.py
25     @@ -1,4 +1,4 @@
26     -#! /usr/bin/env python
27     +#! /usr/bin/python
28     # -*- coding: iso-8859-1 -*-
29     # Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>
30    
31     diff --git a/tests/fblast.py b/tests/fblast.py
32     index 092e420..67904f4 100644
33     --- a/tests/fblast.py
34     +++ b/tests/fblast.py
35     @@ -1,4 +1,4 @@
36     -#! /usr/bin/env python
37     +#! /usr/bin/python
38     """Throw email at Mailman as fast as you can.
39    
40     This is not a unit test, it's a functional test, so you can't run it within
41     diff --git a/tests/onebounce.py b/tests/onebounce.py
42     index 2b05807..cc9296a 100755
43     --- a/tests/onebounce.py
44     +++ b/tests/onebounce.py
45     @@ -1,4 +1,4 @@
46     -#! /usr/bin/env python
47     +#! /usr/bin/python
48    
49     # Copyright (C) 2002 by the Free Software Foundation, Inc.
50     #

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