beremiz
Clone
Summary
Browse
Changes
Graph
move README content to Makefile
2017-10-03, Andrey Skvortsov
05c1f7aa8991
move README content to Makefile
It's not necessary to copy commands from README anymore. Just use
'make source_list', 'make template' or 'make locales'.
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