beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when deleting conf tree node and conf tree node editor opened for this same node
2012-06-25, laurent
70632f4612a1
Fix bug when deleting conf tree node and conf tree node editor opened for this same node
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