svgui/pyjs/lib/pyjslib.py
changeset 1859 1df77c809257
parent 1854 cff5179cc601
child 1865 0bd5b3099144
--- 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: