Blame SOURCES/mailman-specify_python_version.patch

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