beremiz
Clone
Summary
Browse
Changes
Graph
Clean test_svgui removing useless buttons and drawing and choosing universal fonts
2009-09-03, laurent
2cc48e356902
Clean test_svgui removing useless buttons and drawing and choosing universal fonts
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