beremiz
Clone
Summary
Browse
Changes
Graph
move code in mki18n.py generated translation strings from custom files into separate function
2017-01-11, Andrey Skvortsov
bc84d659894f
move code in mki18n.py generated translation strings from custom files into separate function
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