beremiz
Clone
Summary
Browse
Changes
Graph
Fixed support for spaces in matiec libraries path with native beremiz build
2014-03-16, Edouard Tisserant
340a01ff9749
Fixed support for spaces in matiec libraries path with native beremiz build
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