entities/__init__.py
changeset 2459 d088d0ff48a1
parent 2058 7ef12c03447c
child 2613 5e19c2bb370e
equal deleted inserted replaced
2458:4d114865098f 2459:d088d0ff48a1
    13 from logilab.common.decorators import cached
    13 from logilab.common.decorators import cached
    14 
    14 
    15 from cubicweb import Unauthorized, typed_eid
    15 from cubicweb import Unauthorized, typed_eid
    16 from cubicweb.entity import Entity
    16 from cubicweb.entity import Entity
    17 from cubicweb.utils import dump_class
    17 from cubicweb.utils import dump_class
    18 from cubicweb.schema import FormatConstraint
       
    19 
    18 
    20 from cubicweb.interfaces import IBreadCrumbs, IFeed
    19 from cubicweb.interfaces import IBreadCrumbs, IFeed
    21 
    20 
    22 
    21 
    23 class AnyEntity(Entity):
    22 class AnyEntity(Entity):