beremiz
Clone
Summary
Browse
Changes
Graph
Even more pedagogical tests/python. Renaming will not help
2012-10-18, Edouard Tisserant
8a51046010d7
Even more pedagogical tests/python. Renaming will not help
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)