beremiz
Clone
Summary
Browse
Changes
Graph
Runtime Quit should not crash when plc noyt stopped
2012-09-21, Edouard Tisserant
fb0b66e9b4dd
Runtime Quit should not crash when plc noyt stopped
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)