beremiz
Clone
Summary
Browse
Changes
Graph
re-fixed CanFestival support...
2013-03-13, Edouard Tisserant
0ba3d9cd61e8
re-fixed CanFestival support...
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)