beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug with cut/copy/paste on PythonEditor
2012-05-30, laurent
05502e574589
Fix bug with cut/copy/paste on PythonEditor
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