equal
deleted
inserted
replaced
15 # |
15 # |
16 # You should have received a copy of the GNU Lesser General Public License along |
16 # You should have received a copy of the GNU Lesser General Public License along |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
18 """Functions to add additional annotations on a rql syntax tree to ease later |
18 """Functions to add additional annotations on a rql syntax tree to ease later |
19 code generation. |
19 code generation. |
20 |
|
21 """ |
20 """ |
|
21 |
22 __docformat__ = "restructuredtext en" |
22 __docformat__ = "restructuredtext en" |
23 |
23 |
24 from logilab.common.compat import any |
24 from logilab.common.compat import any |
25 |
25 |
26 from rql import BadRQLQuery |
26 from rql import BadRQLQuery |