beremiz
Clone
Summary
Browse
Changes
Graph
rename text field in SVG graphic to match IEC code in svgui example
2017-06-02, Andrey Skvortsov
dde952da3aa4
rename text field in SVG graphic to match IEC code in svgui example
This caused svgui example to crash.
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