equal
deleted
inserted
replaced
1 """pre 3.2 bw compat |
|
2 |
|
3 :organization: Logilab |
|
4 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. |
|
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
|
6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses |
|
7 """ |
|
8 # pylint: disable-msg=W0614,W0401 |
|
9 from warnings import warn |
|
10 warn('moved to cubicweb.selectors', DeprecationWarning, stacklevel=2) |
|
11 from cubicweb.selectors import * |
|
12 from cubicweb.selectors import _rql_condition |
|