beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in LogViewer when no Log Messages are available when first SetLogCounters
2013-04-30, Laurent Bessard
6c8dfc4fc23b
Fixed bug in LogViewer when no Log Messages are available when first SetLogCounters
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