summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
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>