--- a/Beremiz_service.py Tue Apr 09 13:08:03 2019 +0200
+++ b/Beremiz_service.py Tue Apr 09 13:13:27 2019 +0200
@@ -40,6 +40,7 @@
from runtime.xenomai import TryPreloadXenomai
from runtime import LogMessageAndException
from runtime import PlcStatus
+from runtime import default_evaluator from runtime.Stunnel import ensurePSK
import util.paths as paths
@@ -384,14 +385,6 @@
-def default_evaluator(tocall, *args, **kwargs):
- res = (tocall(*args, **kwargs), None)
- res = (None, sys.exc_info())
with warnings.catch_warnings():