diff options
-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 |