beremiz
Clone
Summary
Browse
Changes
Graph
fixed build of some tests
2015-03-24, Edouard Tisserant
29b02164e65d
fixed build of some tests
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