aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-02 01:32:37 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-02 10:35:06 -0300
commit89a63e639a9cddc8958a91b41926f726210d6e58 (patch)
treea9d07e8a9dced10f5733c513d5c1c3d3adda1a76
parentf881beb66b786081a46fcf4c8ef265c6c303966d (diff)
Switch all interpreters to /usr/bin/python3
-rwxr-xr-xexamples/gbp-add-patch2
-rwxr-xr-xexamples/gbp-posttag-push2
-rwxr-xr-xexamples/zeitgeist-git.py2
-rw-r--r--gbp/scripts/supercommand.py2
-rwxr-xr-xsetup.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/gbp-add-patch b/examples/gbp-add-patch
index 0c88d58f..9a7cc0da 100755
--- a/examples/gbp-add-patch
+++ b/examples/gbp-add-patch
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/python3 -u
# vim: set fileencoding=utf-8 :
#
# (C) 2010,2015 Guido Guenther <agx@sigxcpu.org>
diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push
index 0b9335f6..224d4e57 100755
--- a/examples/gbp-posttag-push
+++ b/examples/gbp-posttag-push
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: set fileencoding=utf-8 :
#
# (C) 2009,2012,2015,2016 Guido Guenther <agx@sigxcpu.org>
diff --git a/examples/zeitgeist-git.py b/examples/zeitgeist-git.py
index a2655e70..9aa36be5 100755
--- a/examples/zeitgeist-git.py
+++ b/examples/zeitgeist-git.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
# vim: set fileencoding=utf-8 :
#
# (C) 2010 Guido Guenther <agx@sigxcpu.org>
diff --git a/gbp/scripts/supercommand.py b/gbp/scripts/supercommand.py
index c2bcfb2c..46b37ed7 100644
--- a/gbp/scripts/supercommand.py
+++ b/gbp/scripts/supercommand.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: set fileencoding=utf-8 :
#
# (C) 2013 Guido Günther <agx@sigxcpu.org>
diff --git a/setup.py b/setup.py
index c7580a76..ec87a255 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: set fileencoding=utf-8 :
# Copyright (C) 2006-2011 Guido Günther <agx@sigxcpu.org>
#