beremiz
Clone
Summary
Browse
Changes
Graph
convert some files from CRLF to LF
2017-08-14, Andrey Skvortsov
6ebd9c40b2be
convert some files from CRLF to LF
It'll break for these files hg blame/annotate. Fortunately not many
files are affected.
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