beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in RestoreLayout when previously opened tab no more exist in project
2012-10-25, Laurent Bessard
61b32521442e
Fix bug in RestoreLayout when previously opened tab no more exist in project
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