web/views/cwsources.py
changeset 8190 2a3c1b787688
parent 8166 20809488fe56
child 8408 41461b2e9854
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
    27 from logilab.mtconverter import xml_escape
    27 from logilab.mtconverter import xml_escape
    28 from logilab.common.decorators import cachedproperty
    28 from logilab.common.decorators import cachedproperty
    29 
    29 
    30 from cubicweb import Unauthorized, tags
    30 from cubicweb import Unauthorized, tags
    31 from cubicweb.utils import make_uid
    31 from cubicweb.utils import make_uid
    32 from cubicweb.selectors import (is_instance, score_entity, has_related_entities,
    32 from cubicweb.predicates import (is_instance, score_entity, has_related_entities,
    33                                 match_user_groups, match_kwargs, match_view)
    33                                 match_user_groups, match_kwargs, match_view)
    34 from cubicweb.view import EntityView, StartupView
    34 from cubicweb.view import EntityView, StartupView
    35 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, display_name
    35 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, display_name
    36 from cubicweb.web import uicfg, formwidgets as wdgs, facet
    36 from cubicweb.web import uicfg, formwidgets as wdgs, facet
    37 from cubicweb.web.views import add_etype_button
    37 from cubicweb.web.views import add_etype_button