beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console
2012-11-15, Laurent Bessard
68ac754a5a72
Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console
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