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 |
|
|
# |