beremiz

1fb6cf5a4c4d
Fixed dead code in c_ext, and updated test accordingly
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)