cubicweb/rqlrewrite.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 11855 e6cdc4d3add5
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    18 """RQL rewriting utilities : insert rql expression snippets into rql syntax
    18 """RQL rewriting utilities : insert rql expression snippets into rql syntax
    19 tree.
    19 tree.
    20 
    20 
    21 This is used for instance for read security checking in the repository.
    21 This is used for instance for read security checking in the repository.
    22 """
    22 """
    23 __docformat__ = "restructuredtext en"
    23 
    24 
    24 
    25 from six import text_type, string_types
    25 from six import text_type, string_types
    26 
    26 
    27 from rql import nodes as n, stmts, TypeResolverException
    27 from rql import nodes as n, stmts, TypeResolverException
    28 from rql.utils import common_parent
    28 from rql.utils import common_parent