beremiz
Clone
Summary
Browse
Changes
Graph
Bug with creating or opening a project not closing windows of current opened project fixed
2009-09-03, laurent
9d5b3d63563d
Bug with creating or opening a project not closing windows of current opened project fixed
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