server/sources/pyrorql.py
changeset 6582 8eb7883b4223
parent 6427 c8a5ac2d1eaa
child 6625 54847e2c4a50
equal deleted inserted replaced
6581:4a3b264589dc 6582:8eb7883b4223
    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 """Source to query another RQL repository using pyro"""
    18 """Source to query another RQL repository using pyro"""
    19 
    19 
    20 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
       
    21 _ = unicode
    21 
    22 
    22 import threading
    23 import threading
    23 from os.path import join
    24 from os.path import join
    24 from time import mktime
    25 from time import mktime
    25 from datetime import datetime
    26 from datetime import datetime