beremiz
Clone
Summary
Browse
Changes
Graph
Fixed CodeFileEditor allowing to have no line of code between two section headers
2013-05-10, Laurent Bessard
1aef6a7db08d
Fixed CodeFileEditor allowing to have no line of code between two section headers
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