web/test/unittest_uicfg.py
changeset 8665 e65af61bde7d
parent 8030 552d85fcb587
child 8666 1dd655788ece
equal deleted inserted replaced
8664:29652410c317 8665:e65af61bde7d
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 import copy
    18 import copy
    19 from logilab.common.testlib import tag
    19 from logilab.common.testlib import tag
    20 from cubicweb.devtools.testlib import CubicWebTC
    20 from cubicweb.devtools.testlib import CubicWebTC
    21 from cubicweb.web import uicfg, uihelper, formwidgets as fwdgs
    21 from cubicweb.web import uihelper, formwidgets as fwdgs
       
    22 from cubicweb.web.views import uicfg
    22 
    23 
    23 abaa = uicfg.actionbox_appearsin_addmenu
    24 abaa = uicfg.actionbox_appearsin_addmenu
    24 
    25 
    25 class UICFGTC(CubicWebTC):
    26 class UICFGTC(CubicWebTC):
    26 
    27