entity.py
branchtls-sprint
changeset 712 ce49e3885453
parent 702 c1d2f9bfb9ff
child 714 39a2a6673171
--- a/entity.py	Tue Feb 17 22:25:16 2009 +0100
+++ b/entity.py	Tue Feb 17 22:43:59 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.common.appobject import AppRsetObject
@@ -167,7 +166,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
     """