equal
deleted
inserted
replaced
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 |