equal
deleted
inserted
replaced
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): |