beremiz
Clone
Summary
Browse
Changes
Graph
ignore missing MotionLibrary
2018-09-29, Andrey Skvortsov
a1df3102327d
ignore missing MotionLibrary
to fix pylint error 'E0401 # (import-error) Unable to import 'X'
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