beremiz
Clone
Summary
Browse
Changes
Graph
Updating windows test for new python plugin and svgui module
2009-09-01, laurent
49cd52914a6f
Updating windows test for new python plugin and svgui module
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param