summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-06-25 10:00:17 -0400
committerColin Walters <walters@verbum.org>2010-06-25 10:00:17 -0400
commitba9ce6c5266852c4b80da7e7667946b915056ce2 (patch)
treea51bd3eb2a81e868f5bc5d1ad23e1da4404e7edb
parent0a674061eb4b7307f62c330bb3ebec5ad36ab1c6 (diff)
downloadgobject-introspection-ba9ce6c5266852c4b80da7e7667946b915056ce2.tar.gz
Initialize value member
-rw-r--r--giscanner/annotationparser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py
index 715ffe47..03ffb546 100644
--- a/giscanner/annotationparser.py
+++ b/giscanner/annotationparser.py
@@ -107,6 +107,7 @@ class DocTag(object):
self.name = name
self.options = {}
self.comment = None
+ self.value = ''
def __repr__(self):
return '<DocTag %r %r>' % (self.name, self.options)