summaryrefslogtreecommitdiff
path: root/tools/gobject-foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gobject-foo.py')
-rw-r--r--tools/gobject-foo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gobject-foo.py b/tools/gobject-foo.py
index 002a290..a2abd76 100644
--- a/tools/gobject-foo.py
+++ b/tools/gobject-foo.py
@@ -87,4 +87,4 @@ if __name__ == '__main__':
head, tail = argv
- print '\n'.join(gobject_header(head, tail, as_interface=as_interface))
+ print('\n'.join(gobject_header(head, tail, as_interface=as_interface)))