beremiz
Clone
Summary
Browse
Changes
Graph
Update internationalization for new functionalities.
2009-10-23, laurent
ea09f33ce717
Update internationalization for new functionalities.
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