web/views/navigation.py
changeset 8190 2a3c1b787688
parent 8110 d743865ba7ed
child 8498 bd4addfb6fd5
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
    53 from rql.nodes import VariableRef, Constant
    53 from rql.nodes import VariableRef, Constant
    54 
    54 
    55 from logilab.mtconverter import xml_escape
    55 from logilab.mtconverter import xml_escape
    56 from logilab.common.deprecation import deprecated
    56 from logilab.common.deprecation import deprecated
    57 
    57 
    58 from cubicweb.selectors import (paginated_rset, sorted_rset,
    58 from cubicweb.predicates import (paginated_rset, sorted_rset,
    59                                 adaptable, implements)
    59                                 adaptable, implements)
    60 from cubicweb.uilib import cut
    60 from cubicweb.uilib import cut
    61 from cubicweb.view import EntityAdapter, implements_adapter_compat
    61 from cubicweb.view import EntityAdapter, implements_adapter_compat
    62 from cubicweb.web.component import EmptyComponent, EntityCtxComponent, NavigationComponent
    62 from cubicweb.web.component import EmptyComponent, EntityCtxComponent, NavigationComponent
    63 
    63