summaryrefslogtreecommitdiff
path: root/devel/gobject-introspection/files/patch-giscanner_xmlwriter.py
blob: 94b3ca939d5293267b45add7a7a2c26a5f43adec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- giscanner/xmlwriter.py.orig
+++ giscanner/xmlwriter.py
@@ -67,7 +67,7 @@ def collect_attributes(tag_name, attributes, self_indent,
     return attr_value
 
 
-with LibtoolImporter:
+with LibtoolImporter(None, None):
     from giscanner._giscanner import collect_attributes