diff -r b21ee900c732 -r 39a2a6673171 entity.py --- a/entity.py Tue Feb 17 22:59:14 2009 +0100 +++ b/entity.py Tue Feb 17 23:00:28 2009 +0100 @@ -14,7 +14,6 @@ from rql.utils import rqlvar_maker from cubicweb import Unauthorized -from cubicweb.vregistry import autoselectors from cubicweb.rset import ResultSet from cubicweb.selectors import yes from cubicweb.appobject import AppRsetObject @@ -172,7 +171,7 @@ return 'inlineview' in self.get_tags(rtype, targettype, role) -class metaentity(autoselectors): +class metaentity(type): """this metaclass sets the relation tags on the entity class and deals with the `widgets` attribute """