beremiz
Clone
Summary
Browse
Changes
Graph
Introduced FBID in tests/python example. Fixed type error leading to segfault
2012-10-23, Edouard Tisserant
bb59865db6e6
Introduced FBID in tests/python example. Fixed type error leading to segfault
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)