web/test/unittest_viewselector.py
changeset 5890 141b935a38fc
parent 5877 0c7b7b76a84f
parent 5886 00a78298d30d
child 6031 4b721e739f53
equal deleted inserted replaced
5883:7a5f370c5be1 5890:141b935a38fc
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    15 # details.
    15 # details.
    16 #
    16 #
    17 # You should have received a copy of the GNU Lesser General Public License along
    17 # You should have received a copy of the GNU Lesser General Public License along
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    19 """XXX rename, split, reorganize this
    19 """XXX rename, split, reorganize this"""
    20 """
    20 
    21 from logilab.common.testlib import unittest_main
    21 from logilab.common.testlib import unittest_main
    22 
    22 
    23 from cubicweb.devtools.testlib import CubicWebTC
    23 from cubicweb.devtools.testlib import CubicWebTC
    24 from cubicweb import CW_SOFTWARE_ROOT as BASE, Binary, UnknownProperty
    24 from cubicweb import CW_SOFTWARE_ROOT as BASE, Binary, UnknownProperty
    25 from cubicweb.selectors import (match_user_groups, is_instance,
    25 from cubicweb.selectors import (match_user_groups, is_instance,