[releng] Refer to python2 in shebang lines (PEP 394)



commit 3f3e04164b37f82853445a225939f86ae59b64cf
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Jul 24 10:39:41 2014 +0100

    Refer to python2 in shebang lines (PEP 394)

 tools/health/health.py                    |    2 +-
 tools/mail-maintainers.py                 |    2 +-
 tools/maintainer/announcer.py             |    2 +-
 tools/maintainer/maintainer.py            |    2 +-
 tools/publish-maintainers.py              |    2 +-
 tools/schedule/automail.py                |    2 +-
 tools/schedule/ical.py                    |    2 +-
 tools/schedule/libschedule.py             |    2 +-
 tools/schedule/wiki.py                    |    2 +-
 tools/smoketesting/convert-to-tarballs.py |    2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/tools/health/health.py b/tools/health/health.py
index 789e0b8..d612f0e 100644
--- a/tools/health/health.py
+++ b/tools/health/health.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2
 
 # Copyright (C) 2014  Frederic Peters
 #
diff --git a/tools/mail-maintainers.py b/tools/mail-maintainers.py
index 4834e53..b5cebbe 100755
--- a/tools/mail-maintainers.py
+++ b/tools/mail-maintainers.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2
 #
 # Script to send an email to module maintainers
 # Copyright (c) 2008 Frederic Peters <fpeters gnome org>
diff --git a/tools/maintainer/announcer.py b/tools/maintainer/announcer.py
index f62f66e..15e3995 100755
--- a/tools/maintainer/announcer.py
+++ b/tools/maintainer/announcer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 #
 # Python script useful to maintainers.
 # Copyright (C) 2007 Martyn Russell <martyn imendio com> 
diff --git a/tools/maintainer/maintainer.py b/tools/maintainer/maintainer.py
index d8256a3..6c5c315 100755
--- a/tools/maintainer/maintainer.py
+++ b/tools/maintainer/maintainer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 #
 # Python script useful to maintainers.
 # Copyright (C) 2006-2007 Martyn Russell <martyn imendio com> 
diff --git a/tools/publish-maintainers.py b/tools/publish-maintainers.py
index 42d16ee..332c5e3 100755
--- a/tools/publish-maintainers.py
+++ b/tools/publish-maintainers.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2
 #
 # Script to publish the list of module maintainers
 # Copyright (c) 2012 Frederic Peters <fpeters gnome org>
diff --git a/tools/schedule/automail.py b/tools/schedule/automail.py
index bc1e0b9..4abd427 100755
--- a/tools/schedule/automail.py
+++ b/tools/schedule/automail.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 import datetime
 from libschedule import *
diff --git a/tools/schedule/ical.py b/tools/schedule/ical.py
index 99fff3d..4ac2a04 100755
--- a/tools/schedule/ical.py
+++ b/tools/schedule/ical.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 import sys
 from libschedule import *
diff --git a/tools/schedule/libschedule.py b/tools/schedule/libschedule.py
index 5e2f745..321dcd9 100755
--- a/tools/schedule/libschedule.py
+++ b/tools/schedule/libschedule.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 import datetime
 import time
diff --git a/tools/schedule/wiki.py b/tools/schedule/wiki.py
index d8117e8..74ed628 100755
--- a/tools/schedule/wiki.py
+++ b/tools/schedule/wiki.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 from libschedule import *
 import itertools
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index ef3e507..4fd85a2 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 # Copyright (c) 2005-2008, Elijah Newren
 # Copyright (c) 2007-2009, Olav Vitters


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]