##// END OF EJS Templates
vcsserver: modernize code for python3
vcsserver: modernize code for python3

File last commit:

r1068:59dabace python3
r1130:d68a72e0 python3
Show More
rc_json.py
2 lines | 46 B | text/x-python | PythonLexer
json: replaced simplejson with orjson
r1068 # use orjson by default
import orjson as json