X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fmanifoldproxy.py;h=a66f187a2da680d2bb299cd5ba1c682e2619171a;hb=171b1ca63f0b8ad399fbb063a018513b8e4ea03b;hp=9f119dae9b7a4caf739be07b56af9b5ae2da19d3;hpb=129d3dac66455410b60162594d8b3387ff4e0203;p=unfold.git diff --git a/engine/manifoldproxy.py b/engine/manifoldproxy.py index 9f119dae..a66f187a 100644 --- a/engine/manifoldproxy.py +++ b/engine/manifoldproxy.py @@ -31,8 +31,6 @@ def api (request,format): manifold_api= ManifoldAPI(auth=manifold_api_session_auth) # forward answer=manifold_api.send_manifold_query (manifold_query) - #hard_wired_answer = [ {'slice_hrn':'a.b.c'}, {'slice_hrn':'ple.inria.foo' } ] - #answer=hard_wired_answer return HttpResponse (json.dumps(answer), mimetype="application/json") ####################