cubicweb/web/views/editforms.py
changeset 12567 26744ad37953
parent 12503 b01dd0ef43aa
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    20 """
    20 """
    21 
    21 
    22 
    22 
    23 
    23 
    24 from copy import copy
    24 from copy import copy
    25 
       
    26 from six.moves import range
       
    27 
    25 
    28 from logilab.common.registry import yes
    26 from logilab.common.registry import yes
    29 
    27 
    30 from cubicweb import _
    28 from cubicweb import _
    31 from cubicweb import tags
    29 from cubicweb import tags