cubicweb/web/views/xmlrss.py
changeset 12880 59d4ad7e7df3
parent 12567 26744ad37953
equal deleted inserted replaced
12879:7347715bf0ee 12880:59d4ad7e7df3
    24 
    24 
    25 from logilab.mtconverter import xml_escape
    25 from logilab.mtconverter import xml_escape
    26 
    26 
    27 from cubicweb.predicates import (is_instance, non_final_entity, one_line_rset,
    27 from cubicweb.predicates import (is_instance, non_final_entity, one_line_rset,
    28                                  appobject_selectable, adaptable)
    28                                  appobject_selectable, adaptable)
    29 from cubicweb.view import EntityView, EntityAdapter, AnyRsetView, Component
    29 from cubicweb.view import EntityView, AnyRsetView, Component
       
    30 from cubicweb.entity import EntityAdapter
    30 from cubicweb.uilib import simple_sgml_tag
    31 from cubicweb.uilib import simple_sgml_tag
    31 from cubicweb.web import httpcache, component
    32 from cubicweb.web import httpcache, component
    32 
    33 
    33 
    34 
    34 def encode_bytes(value):
    35 def encode_bytes(value):