diff options
author | Alexander Akulich <akulichalexander@gmail.com> | 2021-02-04 01:55:03 +0300 |
---|---|---|
committer | Alexander Akulich <akulichalexander@gmail.com> | 2021-02-04 01:56:23 +0300 |
commit | 07edce9404cebf9a7180d7b450f0b50a5255cae2 (patch) | |
tree | c2ced05b6dcb3cd5b5b6f328e1fdad497e8fb855 /tools/glib-interfaces-gen.py | |
parent | 9c6c6fb5203d8cb73064a02cc6b147aa91908952 (diff) | |
parent | 8300e7f45ca0696f8e3a1d585155136c263c38e4 (diff) | |
download | telepathy-glib-master.tar.gz |
Diffstat (limited to 'tools/glib-interfaces-gen.py')
-rw-r--r-- | tools/glib-interfaces-gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/glib-interfaces-gen.py b/tools/glib-interfaces-gen.py index 7d68b3546..b67d7b4f0 100644 --- a/tools/glib-interfaces-gen.py +++ b/tools/glib-interfaces-gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/python from sys import argv, stdout, stderr import xml.dom.minidom |