diff -r 180e4a7d945c -r 1c23952dbde1 runtime/PLCObject.py --- 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()