beremiz
Clone
Summary
Browse
Changes
Graph
Fix description of menu entry for adding sub ConfNode to ConfNode in Project Tree
2012-10-01, laurent
7e6fb43804a8
Fix description of menu entry for adding sub ConfNode to ConfNode in Project Tree
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)