Fix some undefined names in NVDAObjects (#12668)
* Add missing import of `sys` to NVDAObjects\IAccessible\__init__
* Add missing import of browseMode to _msOfifceChart.py and convert affected script to script decorator
* Fix wrong call to `super` by using Python 3 `super` .