aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
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 /examples
parentf881beb66b786081a46fcf4c8ef265c6c303966d (diff)
Switch all interpreters to /usr/bin/python3
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/gbp-add-patch2
-rwxr-xr-xexamples/gbp-posttag-push2
-rwxr-xr-xexamples/zeitgeist-git.py2
3 files changed, 3 insertions, 3 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>