svgui/pyjs/lib/pyjslib.py
changeset 1832 0f1081928d65
parent 1828 396da88d7b5c
child 1841 9fd29e8b1393
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
   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
   236 import sys  # noqa # pylint: disable=C0411
   237 
   237 
   238 
   238 
   239 class BaseException:
   239 class BaseException:
   240 
   240 
   241     name = "BaseException"
   241     name = "BaseException"