cubicweb/web/views/xmlrss.py
changeset 12567 26744ad37953
parent 11767 432f87a63057
child 12880 59d4ad7e7df3
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    19 
    19 
    20 from cubicweb import _
    20 from cubicweb import _
    21 
    21 
    22 from base64 import b64encode
    22 from base64 import b64encode
    23 from time import timezone
    23 from time import timezone
    24 
       
    25 from six.moves import range
       
    26 
    24 
    27 from logilab.mtconverter import xml_escape
    25 from logilab.mtconverter import xml_escape
    28 
    26 
    29 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,
    30                                  appobject_selectable, adaptable)
    28                                  appobject_selectable, adaptable)