entities/__init__.py
branchtls-sprint
changeset 940 15dcdc863965
parent 912 9ad0867692e1
child 1010 73591b2ffeb4
equal deleted inserted replaced
939:ad72e06320e2 940:15dcdc863965
    11 from logilab.common.deprecation import deprecated_function
    11 from logilab.common.deprecation import deprecated_function
    12 from logilab.common.decorators import cached
    12 from logilab.common.decorators import cached
    13 
    13 
    14 from cubicweb import Unauthorized, typed_eid
    14 from cubicweb import Unauthorized, typed_eid
    15 from cubicweb.entity import Entity
    15 from cubicweb.entity import Entity
    16 from cubicweb.common.utils import dump_class
    16 from cubicweb.utils import dump_class
    17 from cubicweb.schema import FormatConstraint
    17 from cubicweb.schema import FormatConstraint
    18 
    18 
    19 from cubicweb.interfaces import IBreadCrumbs, IFeed
    19 from cubicweb.interfaces import IBreadCrumbs, IFeed
    20 
    20 
    21 
    21