server/sources/pyrorql.py
changeset 1977 606923dff11b
parent 1954 9b20f3504af8
child 2269 0d1b7206fdc9
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """Source to query another RQL repository using pyro
     1 """Source to query another RQL repository using pyro
     2 
     2 
     3 :organization: Logilab
     3 :organization: Logilab
     4 :copyright: 2007-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     4 :copyright: 2007-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     6 """
     7 """
     7 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
     8 
     9 
     9 import threading
    10 import threading
    10 from os.path import join
    11 from os.path import join