mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
PR: 249549 PR: 249550 PR: 249570 PR: 249734 PR: 249735 PR: 249738 Approved by: desktop (tcberner) Obtained from: ArchLinux, see Bugzilla PRs for details
8 lines
304 B
Python
8 lines
304 B
Python
--- tools/gobject-foo.py.orig 2014-05-07 14:28:02 UTC
|
|
+++ 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)))
|