svgui/pyjs/lib/pyjslib.py
changeset 1859 1df77c809257
parent 1854 cff5179cc601
child 1865 0bd5b3099144
equal deleted inserted replaced
1858:4c5156dee87a 1859:1df77c809257
   230     loader.next()
   230     loader.next()
   231 
   231 
   232 
   232 
   233 # as comment on line 20 says
   233 # as comment on line 20 says
   234 # import sys should be below
   234 # import sys should be below
   235 import sys  # noqa # pylint: disable=C0411,W0611
   235 import sys  # noqa # pylint: disable=wrong-import-order,unused-import,wrong-import-position
   236 
   236 
   237 
   237 
   238 class BaseException:
   238 class BaseException:
   239 
   239 
   240     name = "BaseException"
   240     name = "BaseException"