etherlab/EthercatCIA402Slave.py
changeset 2356 c26e0c66d8d5
parent 2355 fec77f2b9e07
child 2358 8e5a9830867e
--- a/etherlab/EthercatCIA402Slave.py	Fri Sep 28 17:20:11 2018 +0300
+++ b/etherlab/EthercatCIA402Slave.py	Fri Sep 28 17:48:10 2018 +0300
@@ -89,9 +89,9 @@
      "outputs": []},
 ]
 
-#--------------------------------------------------
+# --------------------------------------------------
 #                 Ethercat CIA402 Node
-#--------------------------------------------------
+# --------------------------------------------------
 
 class _EthercatCIA402SlaveCTN(_EthercatSlaveCTN):
     XSD = """<?xml version="1.0" encoding="ISO-8859-1" ?>
@@ -123,9 +123,9 @@
          "push": True},
     ]
 
-#--------------------------------------------------
+# --------------------------------------------------
 #    class code
-#--------------------------------------------------
+# --------------------------------------------------
 
     def __init__(self):
         # ----------- call ethercat mng. function --------------