svgui/pyjs/lib/pyjslib.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1851 1b8b5324506c
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
   231     loader.next()
   231     loader.next()
   232 
   232 
   233 
   233 
   234 # as comment on line 20 says
   234 # as comment on line 20 says
   235 # import sys should be below
   235 # import sys should be below
   236 import sys  # noqa # pylint: disable=C0411
   236 import sys  # noqa # pylint: disable=C0411,W0611
   237 
   237 
   238 
   238 
   239 class BaseException:
   239 class BaseException:
   240 
   240 
   241     name = "BaseException"
   241     name = "BaseException"