Blame SOURCES/mailman-specify_python_version.patch

a3d59b
diff --git a/contrib/courier-to-mailman.py b/contrib/courier-to-mailman.py
a3d59b
index 922401f..572b47d 100644
a3d59b
--- a/contrib/courier-to-mailman.py
a3d59b
+++ b/contrib/courier-to-mailman.py
a3d59b
@@ -1,4 +1,4 @@
a3d59b
-#! /usr/bin/python
a3d59b
+#! /usr/bin/python2
a3d59b
 
a3d59b
 # Configuration variables - Change these for your site if necessary.
a3d59b
 #
a3d59b
diff --git a/tests/onebounce.py b/tests/onebounce.py
a3d59b
index 85f3b98..b54d075 100755
a3d59b
--- a/tests/onebounce.py
a3d59b
+++ b/tests/onebounce.py
a3d59b
@@ -1,4 +1,4 @@
a3d59b
-#! /usr/bin/python
a3d59b
+#! /usr/bin/python2
a3d59b
 
a3d59b
 # Copyright (C) 2002-2018 by the Free Software Foundation, Inc.
a3d59b
 #
a3d59b
diff --git a/bin/msgfmt.py b/bin/msgfmt.py
a3d59b
index 8a2d4e6..27a40bf 100755
a3d59b
--- a/bin/msgfmt.py
a3d59b
+++ b/bin/msgfmt.py
a3d59b
@@ -1,4 +1,4 @@
a3d59b
-#! /usr/bin/env python
a3d59b
+#!/usr/bin/python2
a3d59b
 # -*- coding: iso-8859-1 -*-
a3d59b
 # Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>
a3d59b
 
a3d59b
diff --git a/Mailman/Archiver/pipermail.py b/Mailman/Archiver/pipermail.py
a3d59b
index cfca480..3d6a9d6 100644
a3d59b
--- a/Mailman/Archiver/pipermail.py
a3d59b
+++ b/Mailman/Archiver/pipermail.py
a3d59b
@@ -1,4 +1,4 @@
a3d59b
-#! /usr/bin/env python
a3d59b
+#! /usr/bin/python2
a3d59b
 
a3d59b
 from __future__ import nested_scopes
a3d59b
 
a3d59b
diff --git a/Mailman/Archiver/pipermail.py.unicode b/Mailman/Archiver/pipermail.py.unicode
a3d59b
index 62fb92e..a663829 100644
a3d59b
--- a/Mailman/Archiver/pipermail.py.unicode
a3d59b
+++ b/Mailman/Archiver/pipermail.py.unicode
a3d59b
@@ -1,4 +1,4 @@
a3d59b
-#! /usr/bin/env python
a3d59b
+#! /usr/bin/python2
a3d59b
 
a3d59b
 from __future__ import nested_scopes
a3d59b
 
a3d59b
diff --git a/Mailman/Post.py b/Mailman/Post.py
a3d59b
index 7f86696..b4dcfb0 100644
a3d59b
--- a/Mailman/Post.py
a3d59b
+++ b/Mailman/Post.py
a3d59b
@@ -1,4 +1,4 @@
a3d59b
-#! /usr/bin/env python
a3d59b
+#! /usr/bin/python2
a3d59b
 #
a3d59b
 # Copyright (C) 2001-2018 by the Free Software Foundation, Inc.
a3d59b
 #
a3d59b
diff --git a/tests/fblast.py b/tests/fblast.py
a3d59b
index 092e420..905401d 100644
a3d59b
--- a/tests/fblast.py
a3d59b
+++ b/tests/fblast.py
a3d59b
@@ -1,4 +1,4 @@
a3d59b
-#! /usr/bin/env python
a3d59b
+#! /usr/bin/python2
a3d59b
 """Throw email at Mailman as fast as you can.
a3d59b
 
a3d59b
 This is not a unit test, it's a functional test, so you can't run it within