summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-02-18 09:18:04 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-02-18 09:18:28 +0530
commite8f8248dc43016a4ba518ad8bca716861f822065 (patch)
treeb59b39aca262e17fb6a3127f3e4983f44f45b6a8 /scripts
parentgnome-base/gsettings-desktop-schemas: add live ebuild (diff)
downloadgnome-e8f8248dc43016a4ba518ad8bca716861f822065.tar.gz
gnome-e8f8248dc43016a4ba518ad8bca716861f822065.tar.bz2
gnome-e8f8248dc43016a4ba518ad8bca716861f822065.zip
scripts: fix shebang to use python2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bump-to-latest.py2
-rw-r--r--scripts/find-keywordreq.py2
-rwxr-xr-xscripts/gen_archlist.py2
-rwxr-xr-xscripts/gir-rebuilder.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/bump-to-latest.py b/scripts/bump-to-latest.py
index 4eab4fda..acd45877 100755
--- a/scripts/bump-to-latest.py
+++ b/scripts/bump-to-latest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# vim: set sw=4 sts=4 et :
# Author(s): Nirbheek Chauhan <nirbheek@gentoo.org>
#
diff --git a/scripts/find-keywordreq.py b/scripts/find-keywordreq.py
index 7f319f61..6b991a46 100644
--- a/scripts/find-keywordreq.py
+++ b/scripts/find-keywordreq.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
""" Helper module to print a list of needed keywords provided a list of cpv.
diff --git a/scripts/gen_archlist.py b/scripts/gen_archlist.py
index 2b687851..5d9dee57 100755
--- a/scripts/gen_archlist.py
+++ b/scripts/gen_archlist.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# vim: set sw=4 sts=4 et :
# Author(s): Nirbheek Chauhan <nirbheek@gentoo.org>
#
diff --git a/scripts/gir-rebuilder.py b/scripts/gir-rebuilder.py
index 7d4efd58..6cecd59c 100755
--- a/scripts/gir-rebuilder.py
+++ b/scripts/gir-rebuilder.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# vim: set sts=4 sw=4 et tw=90 :
#
# Author(s): Nirbheek Chauhan <nirbheek@gentoo.org>