beremiz
Clone
Summary
Browse
Changes
Graph
add to i18n/README forgotten commands to add some XML schemes as source
2017-07-05, Andrey Skvortsov
64ea7c86a74c
add to i18n/README forgotten commands to add some XML schemes as source
for strings and update app.fil
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