diff options
author | Pawel Hajdan, Jr <phajdan.jr@gentoo.org> | 2013-06-21 14:32:11 +0200 |
---|---|---|
committer | Pawel Hajdan, Jr <phajdan.jr@gentoo.org> | 2013-06-21 14:32:11 +0200 |
commit | f2329213c9f95b809a704608eaa0270f60c97bba (patch) | |
tree | 7a0d9400aa6fcec2f48fa4288faa8e95c9ea05df | |
parent | Apply feedback from gentoo-dev: (diff) | |
download | arch-tools-f2329213c9f95b809a704608eaa0270f60c97bba.tar.gz arch-tools-f2329213c9f95b809a704608eaa0270f60c97bba.tar.bz2 arch-tools-f2329213c9f95b809a704608eaa0270f60c97bba.zip |
Use python2 as interpreter
Fixes Gentoo bug #429320 by Pacho Ramos.
-rwxr-xr-x | batch-stabilize.py | 2 | ||||
-rwxr-xr-x | bugzilla-viewer.py | 2 | ||||
-rwxr-xr-x | file-stabilization-bugs.py | 2 | ||||
-rwxr-xr-x | maintainer-timeout.py | 2 | ||||
-rwxr-xr-x | reverse-dependencies.py | 2 | ||||
-rwxr-xr-x | stabilization-candidates.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/batch-stabilize.py b/batch-stabilize.py index c7b676f..2093da5 100755 --- a/batch-stabilize.py +++ b/batch-stabilize.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright 2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/bugzilla-viewer.py b/bugzilla-viewer.py index 76daabf..05c5dea 100755 --- a/bugzilla-viewer.py +++ b/bugzilla-viewer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright 2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/file-stabilization-bugs.py b/file-stabilization-bugs.py index 40bf784..1c5bbe9 100755 --- a/file-stabilization-bugs.py +++ b/file-stabilization-bugs.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright 2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/maintainer-timeout.py b/maintainer-timeout.py index 6287bec..ad5593f 100755 --- a/maintainer-timeout.py +++ b/maintainer-timeout.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright 2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/reverse-dependencies.py b/reverse-dependencies.py index 4f87139..96233ea 100755 --- a/reverse-dependencies.py +++ b/reverse-dependencies.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright 2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/stabilization-candidates.py b/stabilization-candidates.py index d59c8d2..8798518 100755 --- a/stabilization-candidates.py +++ b/stabilization-candidates.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright 2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |