beremiz
Clone
Summary
Browse
Changes
Graph
Fix confnode new name format that generates an error with frame class name in wxGlade extension
2012-09-13, laurent
3f997fb22928
Fix confnode new name format that generates an error with frame class name in wxGlade extension
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)