server/querier.py
changeset 5726 c3b99606644d
parent 5657 8f56691f01de
child 5768 1e73a466aa69
child 5888 3ee80d487f11
equal deleted inserted replaced
5725:b5d595b66c35 5726:c3b99606644d
    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 """Helper classes to execute RQL queries on a set of sources, performing
    18 """Helper classes to execute RQL queries on a set of sources, performing
    19 security checking and data aggregation.
    19 security checking and data aggregation.
    20 
       
    21 """
    20 """
       
    21 
    22 from __future__ import with_statement
    22 from __future__ import with_statement
    23 
    23 
    24 __docformat__ = "restructuredtext en"
    24 __docformat__ = "restructuredtext en"
    25 
    25 
    26 from itertools import repeat
    26 from itertools import repeat