common/selectors.py
changeset 149 a7cd4296a85e
parent 148 d712615ce266
child 157 85af2e536fd5
equal deleted inserted replaced
148:d712615ce266 149:a7cd4296a85e
    12 
    12 
    13 from logilab.common.compat import all
    13 from logilab.common.compat import all
    14 
    14 
    15 from cubicweb import Unauthorized, NoSelectableObject
    15 from cubicweb import Unauthorized, NoSelectableObject
    16 from cubicweb.cwvreg import DummyCursorError
    16 from cubicweb.cwvreg import DummyCursorError
    17 from cubicweb.vregistry import chainall, chainfirst
    17 from cubicweb.vregistry import chainall, chainfirst, NoSelectableObject
    18 from cubicweb.cwconfig import CubicWebConfiguration
    18 from cubicweb.cwconfig import CubicWebConfiguration
    19 from cubicweb.schema import split_expression
    19 from cubicweb.schema import split_expression
    20 
    20 
    21 
    21 
    22 def lltrace(selector):
    22 def lltrace(selector):