diff -r 6811021e3d94 -r 614396cbffbf svgui/pyjs/lib/pyjslib.py --- a/svgui/pyjs/lib/pyjslib.py Thu Oct 05 16:46:29 2017 +0300 +++ b/svgui/pyjs/lib/pyjslib.py Fri Oct 06 17:52:34 2017 +0300 @@ -233,7 +233,7 @@ # as comment on line 20 says # import sys should be below -import sys # noqa # pylint: disable=C0411 +import sys # noqa # pylint: disable=C0411,W0611 class BaseException: