Bug on array initial value parsing fixed
authorlbessard
Mon, 14 Jan 2008 17:35:32 +0100
changeset 147 5ef987c1b927
parent 146 cc70dd430601
child 148 a083d4a94bd3
Bug on array initial value parsing fixed
plcopen/plcopen.py
--- a/plcopen/plcopen.py	Mon Jan 14 17:35:05 2008 +0100
+++ b/plcopen/plcopen.py	Mon Jan 14 17:35:32 2008 +0100
@@ -1554,7 +1554,7 @@
         return self.content["value"].getValue()
     setattr(cls, "getValue", getValue)
 
-def extractValues(self, values):
+def extractValues(values):
     items = values.split(",")
     i = 1
     while i < len(items):