web/test/unittest_views_editforms.py
changeset 8665 e65af61bde7d
parent 7791 31bb51ea5485
child 9842 78d1beebdebc
child 9892 928732ec00dd
equal deleted inserted replaced
8664:29652410c317 8665:e65af61bde7d
    20 """
    20 """
    21 from logilab.common.testlib import unittest_main, mock_object
    21 from logilab.common.testlib import unittest_main, mock_object
    22 from logilab.common.compat import any
    22 from logilab.common.compat import any
    23 
    23 
    24 from cubicweb.devtools.testlib import CubicWebTC
    24 from cubicweb.devtools.testlib import CubicWebTC
    25 from cubicweb.web import uicfg
    25 from cubicweb.web.views import uicfg
    26 from cubicweb.web.formwidgets import AutoCompletionWidget
    26 from cubicweb.web.formwidgets import AutoCompletionWidget
    27 
    27 
    28 AFFK = uicfg.autoform_field_kwargs
    28 AFFK = uicfg.autoform_field_kwargs
    29 AFS = uicfg.autoform_section
    29 AFS = uicfg.autoform_section
    30 
    30