branch | tls-sprint |
changeset 985 | 6a25c58a1c23 |
parent 979 | 93447d75c4b9 |
parent 902 | e4de959c76af |
child 1008 | f54b4309a3f5 |
--- a/entity.py Mon Mar 02 20:44:14 2009 +0100 +++ b/entity.py Mon Mar 02 21:03:54 2009 +0100 @@ -45,6 +45,8 @@ 'inlineview')) def __init__(self, eclass, tagdefs): + # XXX if a rtag is redefined in a subclass, + # the rtag of the base class overwrite the rtag of the subclass self.eclass = eclass self._tagdefs = {} for relation, tags in tagdefs.iteritems():