diff -r b789b695b5c6 -r dd94b9a68c61 runtime/PLCObject.py --- a/runtime/PLCObject.py Tue Aug 15 15:50:30 2017 +0300 +++ b/runtime/PLCObject.py Tue Aug 15 16:01:18 2017 +0300 @@ -139,7 +139,6 @@ def _GetLibFileName(self): return os.path.join(self.workingdir, self.CurrentPLCFilename) - def LoadPLC(self): """ Load PLC library @@ -182,7 +181,6 @@ self.PlcStopping.set() self._stopPLC = __StopPLC - self._ResetDebugVariables = self.PLClibraryHandle.ResetDebugVariables self._ResetDebugVariables.restype = None @@ -322,8 +320,6 @@ self.PythonRuntimeCall("init") - - def PythonRuntimeCleanup(self): if self.python_runtime_vars is not None: self.PythonRuntimeCall("cleanup") @@ -554,7 +550,6 @@ self._TracesAutoSuspend() self._TracesFlush() - def RemoteExec(self, script, *kwargs): try: exec script in kwargs