runtime/PLCObject.py
changeset 717 1c23952dbde1
parent 699 6ff64cadb1ff
child 734 5c42cafaee15
--- a/runtime/PLCObject.py	Thu May 03 19:02:34 2012 +0200
+++ b/runtime/PLCObject.py	Mon May 07 18:47:29 2012 +0200
@@ -109,7 +109,7 @@
                 
                 self._stopPLC = self._stopPLC_real
             else:
-                # If python plugin is not enabled, we reuse _PythonIterator
+                # If python confnode is not enabled, we reuse _PythonIterator
                 # as a call that block pythonthread until StopPLC 
                 self.PythonIteratorLock = Lock()
                 self.PythonIteratorLock.acquire()