common/selectors.py
author sylvain.thenault@logilab.fr
Mon, 16 Feb 2009 20:05:55 +0100
branchtls-sprint
changeset 634 0badd061ce0f
parent 633 087e3f1e87c8
child 646 8a9551089912
permissions -rw-r--r--
move cubicweb.common.selectors to cubicweb.selectors

from warnings import warn
warn('moved to cubicweb.selectors', DeprecationWarning, stacklevel=2)
from cubicweb.selectors import *
from cubicweb.selectors import _rql_condition