web/test/unittest_propertysheet.py
changeset 9897 fa44db7da2dc
parent 9844 e7d7b7793769
child 10318 09273cb083e7
equal deleted inserted replaced
9892:928732ec00dd 9897:fa44db7da2dc
     2 from os.path import join, dirname
     2 from os.path import join, dirname
     3 from shutil import rmtree
     3 from shutil import rmtree
     4 
     4 
     5 from logilab.common.testlib import TestCase, unittest_main
     5 from logilab.common.testlib import TestCase, unittest_main
     6 
     6 
     7 from cubicweb.web.propertysheet import *
     7 from cubicweb.web.propertysheet import PropertySheet, lazystr
     8 
     8 
     9 DATADIR = join(dirname(__file__), 'data')
     9 DATADIR = join(dirname(__file__), 'data')
    10 CACHEDIR = join(DATADIR, 'uicache')
    10 CACHEDIR = join(DATADIR, 'uicache')
    11 
    11 
    12 class PropertySheetTC(TestCase):
    12 class PropertySheetTC(TestCase):