common/entity.py
branchtls-sprint
changeset 692 800592b8d39b
parent 631 99f5852f8604
equal deleted inserted replaced
691:35133d86970b 692:800592b8d39b
    14 from rql.utils import rqlvar_maker
    14 from rql.utils import rqlvar_maker
    15 
    15 
    16 from cubicweb import Unauthorized
    16 from cubicweb import Unauthorized
    17 from cubicweb.vregistry import autoselectors
    17 from cubicweb.vregistry import autoselectors
    18 from cubicweb.rset import ResultSet
    18 from cubicweb.rset import ResultSet
       
    19 from cubicweb.selectors import yes
    19 from cubicweb.common.appobject import AppRsetObject
    20 from cubicweb.common.appobject import AppRsetObject
    20 from cubicweb.common.registerers import id_registerer
    21 from cubicweb.common.registerers import id_registerer
    21 from cubicweb.common.selectors import yes
       
    22 from cubicweb.common.uilib import printable_value, html_escape, soup2xhtml
    22 from cubicweb.common.uilib import printable_value, html_escape, soup2xhtml
    23 from cubicweb.common.mixins import MI_REL_TRIGGERS
    23 from cubicweb.common.mixins import MI_REL_TRIGGERS
    24 from cubicweb.common.mttransforms import ENGINE
    24 from cubicweb.common.mttransforms import ENGINE
    25 from cubicweb.schema import RQLVocabularyConstraint, RQLConstraint, bw_normalize_etype
    25 from cubicweb.schema import RQLVocabularyConstraint, RQLConstraint, bw_normalize_etype
    26 
    26