beremiz
Clone
Summary
Browse
Changes
Graph
Fixed dead code in c_ext, and updated test accordingly
2013-03-04, Edouard Tisserant
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)