beremiz
Clone
Summary
Browse
Changes
Graph
Moving definition of grids fonts and colours into CustomGrid
2011-12-16, laurent
21a572d80bd7
Moving definition of grids fonts and colours into CustomGrid
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