beremiz
Clone
Summary
Browse
Changes
Graph
Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly
2013-03-06, Edouard Tisserant
511bf048b8b7
Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly
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