cubicweb/web/views/navigation.py
changeset 12503 b01dd0ef43aa
parent 11767 432f87a63057
child 12567 26744ad37953
equal deleted inserted replaced
12502:e651d5f24cb5 12503:b01dd0ef43aa
    53 from six import text_type
    53 from six import text_type
    54 
    54 
    55 from rql.nodes import VariableRef, Constant
    55 from rql.nodes import VariableRef, Constant
    56 
    56 
    57 from logilab.mtconverter import xml_escape
    57 from logilab.mtconverter import xml_escape
    58 from logilab.common.deprecation import deprecated
       
    59 
    58 
    60 from cubicweb.predicates import paginated_rset, sorted_rset, adaptable
    59 from cubicweb.predicates import paginated_rset, sorted_rset, adaptable
    61 from cubicweb.uilib import cut
    60 from cubicweb.uilib import cut
    62 from cubicweb.view import EntityAdapter
    61 from cubicweb.view import EntityAdapter
    63 from cubicweb.web.component import EmptyComponent, EntityCtxComponent, NavigationComponent
    62 from cubicweb.web.component import EmptyComponent, EntityCtxComponent, NavigationComponent