beremiz
Clone
Summary
Browse
Changes
Graph
fix issue, that was impossible to change time interval for cyclic
2016-04-22, Andrey Skvortsov
8626bba4b2a8
fix issue, that was impossible to change time interval for cyclic
tasks, when wx 3.0 is used
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