summaryrefslogtreecommitdiff
path: root/giscanner/ast.py
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-11-17 00:27:37 +0000
committerColin Walters <walters@src.gnome.org>2008-11-17 00:27:37 +0000
commit8352e42478f7a088aa0eac7c511f9ac6f0c62101 (patch)
treed942f80c3f7b5efc6dbdbfbc759c203e25b9664f /giscanner/ast.py
parent3bf360cf9b695a50f4c7cdba2ae75768018a43d5 (diff)
downloadgobject-introspection-8352e42478f7a088aa0eac7c511f9ac6f0c62101.tar.gz
Bug 559706 - interface prequisites
svn path=/trunk/; revision=932
Diffstat (limited to 'giscanner/ast.py')
-rw-r--r--giscanner/ast.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/ast.py b/giscanner/ast.py
index b4e8e9ec..41587bce 100644
--- a/giscanner/ast.py
+++ b/giscanner/ast.py
@@ -385,6 +385,7 @@ class Interface(Node):
self.methods = []
self.properties = []
self.fields = []
+ self.prerequisites = []
def __repr__(self):
return '%s(%r, %r)' % (