diff options
author | Simon Feltman <sfeltman@src.gnome.org> | 2014-05-01 20:31:10 -0700 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-09-29 23:16:33 -0400 |
commit | 7db712c89f1a4ca4d22556853507714ef9a02ca2 (patch) | |
tree | 4af22d4faca3a00cc83ed068a25c5ac3e5c50b57 | |
parent | 899f5d553c65d7097c4137f528e71459a1036d4d (diff) | |
download | gobject-introspection-7db712c89f1a4ca4d22556853507714ef9a02ca2.tar.gz |
Change update-glib-annotations to use Python 3
https://bugzilla.gnome.org/show_bug.cgi?id=679438
-rwxr-xr-x | misc/update-glib-annotations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/update-glib-annotations.py b/misc/update-glib-annotations.py index 6d7c7d65..e4dc32c4 100755 --- a/misc/update-glib-annotations.py +++ b/misc/update-glib-annotations.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Scan glib sources. # e.g.: # ./update-glib-annotations.py ../../glib ../../glib/_build |