beremiz
Clone
Summary
Browse
Changes
Graph
Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else
2013-02-27, Laurent Bessard
7f9a9c47a317
Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else
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