cubicweb/web/test/unittest_viewselector.py
changeset 12613 703a263dd618
parent 12567 26744ad37953
equal deleted inserted replaced
12612:f758bc424dc9 12613:703a263dd618
    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.registry import NoSelectableObject
    21 from logilab.common.testlib import unittest_main
    22 from logilab.common.testlib import unittest_main
    22 
    23 
    23 from cubicweb.devtools.testlib import CubicWebTC
    24 from cubicweb.devtools.testlib import CubicWebTC
    24 from cubicweb import Binary, UnknownProperty
    25 from cubicweb import Binary, UnknownProperty
    25 from cubicweb.predicates import (is_instance,
    26 from cubicweb.predicates import (is_instance,
    26                                  specified_etype_implements, rql_condition)
    27                                  specified_etype_implements, rql_condition)
    27 from cubicweb.web import NoSelectableObject
       
    28 from cubicweb.web.action import Action
    28 from cubicweb.web.action import Action
    29 
    29 
    30 from cubicweb.web.views import (primary, baseviews, tableview,
    30 from cubicweb.web.views import (primary, baseviews, tableview,
    31                                 editforms, management, actions, startup, cwuser, schema, xbel,
    31                                 editforms, management, actions, startup, cwuser, schema, xbel,
    32                                 vcard, owl, treeview, idownloadable, wdoc, debug, cwuser,
    32                                 vcard, owl, treeview, idownloadable, wdoc, debug, cwuser,