--- a/PLCControler.py Wed Oct 02 17:58:16 2013 +0200
+++ b/PLCControler.py Wed Oct 02 19:58:32 2013 +0200
@@ -419,7 +419,7 @@
_ConnectionLinkInfos = namedtuple("ConnectionLinkInfos",
["refLocalId", "formalParameter", "points"])
+class _ActionInfos(object): __slots__ = ["qualifier", "type", "value", "duration", "indicator"]
def __init__(self, *args):
for attr, value in zip(self.__slots__, args):