web/test/unittest_views_basecontrollers.py
changeset 1977 606923dff11b
parent 1901 8681962e171e
child 2058 7ef12c03447c
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """cubicweb.web.views.basecontrollers unit tests"""
     1 """cubicweb.web.views.basecontrollers unit tests
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
     2 import simplejson
     8 import simplejson
     3 
     9 
     4 from logilab.common.testlib import unittest_main, mock_object
    10 from logilab.common.testlib import unittest_main, mock_object
     5 
    11 
     6 from cubicweb import Binary, Unauthorized
    12 from cubicweb import Binary, Unauthorized