server/rqlannotation.py
branchstable
changeset 6297 23c1e50ff97b
parent 5582 3e133b29a1a4
child 6940 1172c25655b7
equal deleted inserted replaced
6296:b7484ae2c693 6297:23c1e50ff97b
    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