entities/__init__.py
changeset 8748 f5027f8d2478
parent 8450 11063635c4e4
child 8899 c7a95ebcc093
equal deleted inserted replaced
8747:c0d4244e5abc 8748:f5027f8d2478
    22 from warnings import warn
    22 from warnings import warn
    23 
    23 
    24 from logilab.common.deprecation import deprecated
    24 from logilab.common.deprecation import deprecated
    25 from logilab.common.decorators import cached
    25 from logilab.common.decorators import cached
    26 
    26 
    27 from cubicweb import Unauthorized, typed_eid
    27 from cubicweb import Unauthorized
    28 from cubicweb.entity import Entity
    28 from cubicweb.entity import Entity
    29 
    29 
    30 
    30 
    31 class AnyEntity(Entity):
    31 class AnyEntity(Entity):
    32     """an entity instance has e_schema automagically set on the class and
    32     """an entity instance has e_schema automagically set on the class and