diff -r 536e421b082b -r 6a25c58a1c23 entity.py --- 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():