summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2013-06-21 14:32:11 +0200
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2013-06-21 14:32:11 +0200
commitf2329213c9f95b809a704608eaa0270f60c97bba (patch)
tree7a0d9400aa6fcec2f48fa4288faa8e95c9ea05df /reverse-dependencies.py
parentApply feedback from gentoo-dev: (diff)
downloadarch-tools-f2329213c9f95b809a704608eaa0270f60c97bba.tar.gz
arch-tools-f2329213c9f95b809a704608eaa0270f60c97bba.tar.bz2
arch-tools-f2329213c9f95b809a704608eaa0270f60c97bba.zip
Use python2 as interpreter
Fixes Gentoo bug #429320 by Pacho Ramos.
Diffstat (limited to 'reverse-dependencies.py')
-rwxr-xr-xreverse-dependencies.py2
1 files changed, 1 insertions, 1 deletions
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