web/test/unittest_views_baseviews.py
branchstable
changeset 8743 27a83746aebd
parent 8694 d901c36bcfce
child 8941 7b26fe71404f
equal deleted inserted replaced
8742:bd374bd906f3 8743:27a83746aebd
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    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 
       
    19 from __future__ import with_statement
       
    20 
    18 
    21 from logilab.common.testlib import unittest_main
    19 from logilab.common.testlib import unittest_main
    22 from logilab.mtconverter import html_unescape
    20 from logilab.mtconverter import html_unescape
    23 
    21 
    24 from cubicweb.devtools.testlib import CubicWebTC
    22 from cubicweb.devtools.testlib import CubicWebTC