beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug of PythonIterator signature in PLCObject when not using PythonLibrary
2012-10-25, Edouard Tisserant
7e5da4962bea
Fix bug of PythonIterator signature in PLCObject when not using PythonLibrary
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)