common/selectors.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 18 Feb 2009 15:41:10 +0100
branchtls-sprint
changeset 798 0015b33a7336
parent 646 8a9551089912
child 1132 96752791c2b6
permissions -rw-r--r--
fix State's RichString definition: 'default' was used instead of 'default_format'
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
634
0badd061ce0f move cubicweb.common.selectors to cubicweb.selectors
sylvain.thenault@logilab.fr
parents: 633
diff changeset
     1
from warnings import warn
0badd061ce0f move cubicweb.common.selectors to cubicweb.selectors
sylvain.thenault@logilab.fr
parents: 633
diff changeset
     2
warn('moved to cubicweb.selectors', DeprecationWarning, stacklevel=2)
0badd061ce0f move cubicweb.common.selectors to cubicweb.selectors
sylvain.thenault@logilab.fr
parents: 633
diff changeset
     3
from cubicweb.selectors import *
0badd061ce0f move cubicweb.common.selectors to cubicweb.selectors
sylvain.thenault@logilab.fr
parents: 633
diff changeset
     4
from cubicweb.selectors import _rql_condition