web/views/autoform.py
changeset 10666 7f6b5f023884
parent 10663 54b8a1f249fb
child 10669 155c29e0ed1c
equal deleted inserted replaced
10665:79ff784cd8af 10666:7f6b5f023884
   117 .. More about inlined forms
   117 .. More about inlined forms
   118 .. Controlling the generic relation fields
   118 .. Controlling the generic relation fields
   119 """
   119 """
   120 
   120 
   121 __docformat__ = "restructuredtext en"
   121 __docformat__ = "restructuredtext en"
   122 _ = unicode
   122 from cubicweb import _
   123 
   123 
   124 from warnings import warn
   124 from warnings import warn
   125 
   125 
   126 from six.moves import range
   126 from six.moves import range
   127 
   127