diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/gbp-add-patch | 2 | ||||
-rwxr-xr-x | examples/gbp-posttag-push | 2 | ||||
-rwxr-xr-x | examples/zeitgeist-git.py | 2 |
3 files changed, 3 insertions, 3 deletions
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 <agx@sigxcpu.org> 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 <agx@sigxcpu.org> 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 <agx@sigxcpu.org> |