beremiz
Clone
Summary
Browse
Changes
Graph
Including external tools for editing plugin informations into Beremiz window
2011-11-08, laurent
91b2ae63ea3d
Including external tools for editing plugin informations into Beremiz window
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self,func):
self.methods[func.__name__]=func
return func