summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/gobject-introspection/py27.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-libs/gobject-introspection/py27.patch')
-rw-r--r--gnome2-libs/gobject-introspection/py27.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnome2-libs/gobject-introspection/py27.patch b/gnome2-libs/gobject-introspection/py27.patch
deleted file mode 100644
index 5e89693a88..0000000000
--- a/gnome2-libs/gobject-introspection/py27.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- giscanner/sourcescanner.py
-+++ giscanner/sourcescanner.py
-@@ -196,7 +196,7 @@ class SourceSymbol(object):
- class SourceScanner(object):
-
- def __init__(self):
-- with LibtoolImporter:
-+ with LibtoolImporter(None, None):
- from giscanner._giscanner import SourceScanner
- self._scanner = SourceScanner()
- self._filenames = []
-diff --git a/giscanner/xmlwriter.py b/giscanner/xmlwriter.py
-index 0db286b..c10bcc6 100644
---- giscanner/xmlwriter.py
-+++ 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
-
-