cubicweb/web/views/baseviews.py
changeset 12567 26744ad37953
parent 12542 85194bd49119
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    74 .. autoclass:: InContextTextView
    74 .. autoclass:: InContextTextView
    75 .. autoclass:: OutOfContextView
    75 .. autoclass:: OutOfContextView
    76 """
    76 """
    77 
    77 
    78 from cubicweb import _
    78 from cubicweb import _
    79 
       
    80 from six.moves import range
       
    81 
    79 
    82 from logilab.mtconverter import TransformError, xml_escape
    80 from logilab.mtconverter import TransformError, xml_escape
    83 from logilab.common.registry import yes
    81 from logilab.common.registry import yes
    84 
    82 
    85 from cubicweb import NoSelectableObject, tags
    83 from cubicweb import NoSelectableObject, tags