beremiz
Clone
Summary
Browse
Changes
Graph
Redirect PyEval exceptions to logging
2013-03-11, Edouard Tisserant
659198075ce4
Redirect PyEval exceptions to logging
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)