svgui/pyjs/lib/pyjslib.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1851 1b8b5324506c
--- 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: