beremiz
Clone
Summary
Browse
Changes
Graph
make CanFestival to be at the expected place in bitbucket pipelines container
2017-10-23, Andrey Skvortsov
e5ddbaf756cb
make CanFestival to be at the expected place in bitbucket pipelines container
# pylint: disable=undefined-variable
from svgui.pyjs.jsonrpc.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