From f2329213c9f95b809a704608eaa0270f60c97bba Mon Sep 17 00:00:00 2001 From: "Pawel Hajdan, Jr" Date: Fri, 21 Jun 2013 14:32:11 +0200 Subject: Use python2 as interpreter Fixes Gentoo bug #429320 by Pacho Ramos. --- batch-stabilize.py | 2 +- bugzilla-viewer.py | 2 +- file-stabilization-bugs.py | 2 +- maintainer-timeout.py | 2 +- reverse-dependencies.py | 2 +- 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 -- cgit v1.2.3-65-gdbad