X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fmanifoldapi.py;h=c8c3e666b0fd9fc193a20866fcf63e3c91e031df;hb=129d3dac66455410b60162594d8b3387ff4e0203;hp=21a9ec9c9b91eaec81755fe54ad8d67d8cf7187b;hpb=97ec7c3d0976a4bf3425d756aa65f89071601c72;p=myslice.git diff --git a/engine/manifoldapi.py b/engine/manifoldapi.py index 21a9ec9c..c8c3e666 100644 --- a/engine/manifoldapi.py +++ b/engine/manifoldapi.py @@ -31,11 +31,9 @@ class ManifoldAPI: # 4amine : xxx def send_manifold_query (self, manifold_query): - (action,method)= (raw_query.action,raw_query.method) + (action,method)= (manifold_query.action,manifold_query.method) if action=='get': - return self.Get(method, - # need to fill in the other args here - ) + return self.proxy.Get(self.auth, method, manifold_query.filters, {}, manifold_query.fields) # xxx... elif action=='others': return None