beremiz
Clone
Summary
Browse
Changes
Graph
Fixed LPCBeremiz to refect recent root plugin build method name to change
2011-10-13, Edouard Tisserant
08d4cc1ceb9b
Fixed LPCBeremiz to refect recent root plugin build method name to change
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