diff -r 4c5156dee87a -r 1df77c809257 svgui/pyjs/lib/pyjslib.py --- a/svgui/pyjs/lib/pyjslib.py Tue Oct 10 13:21:48 2017 +0300 +++ b/svgui/pyjs/lib/pyjslib.py Tue Oct 10 13:33:46 2017 +0300 @@ -232,7 +232,7 @@ # as comment on line 20 says # import sys should be below -import sys # noqa # pylint: disable=C0411,W0611 +import sys # noqa # pylint: disable=wrong-import-order,unused-import,wrong-import-position class BaseException: