diff -r aed3ca79a10a -r cfa68a06a24d etherlab/EthercatCIA402Slave.py --- a/etherlab/EthercatCIA402Slave.py Sat Sep 29 13:04:33 2018 +0300 +++ b/etherlab/EthercatCIA402Slave.py Sat Sep 29 13:29:20 2018 +0300 @@ -112,16 +112,20 @@ EditorType = CIA402NodeEditor ConfNodeMethods = [ - {"bitmap" : "CIA402AxisRef", - "name" : _("Axis Ref"), - "tooltip" : _("Initiate Drag'n drop of Axis ref located variable"), - "method" : "_getCIA402AxisRef", - "push": True}, - {"bitmap" : "CIA402NetPos", - "name" : _("Axis Pos"), - "tooltip" : _("Initiate Drag'n drop of Network position located variable"), - "method" : "_getCIA402NetworkPosition", - "push": True}, + { + "bitmap": "CIA402AxisRef", + "name": _("Axis Ref"), + "tooltip": _("Initiate Drag'n drop of Axis ref located variable"), + "method": "_getCIA402AxisRef", + "push": True, + }, + { + "bitmap": "CIA402NetPos", + "name": _("Axis Pos"), + "tooltip": _("Initiate Drag'n drop of Network position located variable"), + "method": "_getCIA402NetworkPosition", + "push": True, + }, ] # --------------------------------------------------