From 68178a92e93ee052246fbdb323fea5da71552ad4 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Fri, 4 Nov 2022 19:42:35 +0900 Subject: Update version to 0.9.26 Change-Id: Ia8544cf4844df1f9e1df7723ad7d6522a5a04ec1 Signed-off-by: biao716.wang --- examples/gbp-add-patch | 2 +- examples/gbp-posttag-push | 2 +- examples/zeitgeist-git.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/gbp-add-patch b/examples/gbp-add-patch index 8ecb1d1e..5da1b02f 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 Guido Guenther diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push index 76235ad6..d5c90f9d 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 Guido Guenther diff --git a/examples/zeitgeist-git.py b/examples/zeitgeist-git.py index 92f72d87..578f5041 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 -- cgit v1.2.3