cubicweb/web/views/xbel.py
changeset 12567 26744ad37953
parent 11767 432f87a63057
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """xbel views"""
    18 """xbel views"""
    19 
    19 
    20 
    20 
    21 from cubicweb import _
    21 from cubicweb import _
    22 
       
    23 from six.moves import range
       
    24 
    22 
    25 from logilab.mtconverter import xml_escape
    23 from logilab.mtconverter import xml_escape
    26 
    24 
    27 from cubicweb.predicates import is_instance
    25 from cubicweb.predicates import is_instance
    28 from cubicweb.view import EntityView
    26 from cubicweb.view import EntityView