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.
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param