beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug frame title not refreshed when the plugin attributes are modified
2011-10-14, laurent
ff7f76c936b9
Fix bug frame title not refreshed when the plugin attributes are modified
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