summaryrefslogtreecommitdiff
path: root/giscanner/introspectablepass.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/introspectablepass.py')
-rw-r--r--giscanner/introspectablepass.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/giscanner/introspectablepass.py b/giscanner/introspectablepass.py
index 1432a107..0de25c8d 100644
--- a/giscanner/introspectablepass.py
+++ b/giscanner/introspectablepass.py
@@ -22,9 +22,10 @@ from . import message
class IntrospectablePass(object):
- def __init__(self, transformer):
+ def __init__(self, transformer, blocks):
self._transformer = transformer
self._namespace = transformer.namespace
+ self._blocks = blocks
# Public API