1 |
unnilennium |
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/admin/bin/faq2ht.py b/admin/bin/faq2ht.py |
22 |
|
|
index 29db9ea..c8bebff 100755 |
23 |
|
|
--- a/admin/bin/faq2ht.py |
24 |
|
|
+++ b/admin/bin/faq2ht.py |
25 |
|
|
@@ -1,4 +1,4 @@ |
26 |
|
|
-#! /usr/bin/env python |
27 |
|
|
+#! /usr/bin/python |
28 |
|
|
|
29 |
|
|
"""Convert the plain text FAQ file to its .ht template. |
30 |
|
|
""" |
31 |
|
|
diff --git a/admin/www/reset_pw.py b/admin/www/reset_pw.py |
32 |
|
|
index fce42cb..52f61c9 100644 |
33 |
|
|
--- a/admin/www/reset_pw.py |
34 |
|
|
+++ b/admin/www/reset_pw.py |
35 |
|
|
@@ -1,4 +1,4 @@ |
36 |
|
|
-#! /usr/bin/env python |
37 |
|
|
+#! /usr/bin/python |
38 |
|
|
# |
39 |
|
|
# Copyright (C) 2004 by the Free Software Foundation, Inc. |
40 |
|
|
# |
41 |
|
|
diff --git a/bin/msgfmt.py b/bin/msgfmt.py |
42 |
|
|
index 8a2d4e6..277901c 100755 |
43 |
|
|
--- a/bin/msgfmt.py |
44 |
|
|
+++ b/bin/msgfmt.py |
45 |
|
|
@@ -1,4 +1,4 @@ |
46 |
|
|
-#! /usr/bin/env python |
47 |
|
|
+#! /usr/bin/python |
48 |
|
|
# -*- coding: iso-8859-1 -*- |
49 |
|
|
# Written by Martin v. Löwis <loewis@informatik.hu-berlin.de> |
50 |
|
|
|
51 |
|
|
diff --git a/tests/onebounce.py b/tests/onebounce.py |
52 |
|
|
index 2b05807..cc9296a 100755 |
53 |
|
|
--- a/tests/onebounce.py |
54 |
|
|
+++ b/tests/onebounce.py |
55 |
|
|
@@ -1,4 +1,4 @@ |
56 |
|
|
-#! /usr/bin/env python |
57 |
|
|
+#! /usr/bin/python |
58 |
|
|
|
59 |
|
|
# Copyright (C) 2002 by the Free Software Foundation, Inc. |
60 |
|
|
# |