etherlab/ConfigEditor.py
changeset 2354 9460872f1440
parent 2353 8f1a2846b2f5
child 2355 fec77f2b9e07
--- a/etherlab/ConfigEditor.py	Fri Sep 28 17:14:42 2018 +0300
+++ b/etherlab/ConfigEditor.py	Fri Sep 28 17:15:53 2018 +0300
@@ -25,9 +25,9 @@
 from controls.CustomStyledTextCtrl import NAVIGATION_KEYS
 
 # -----------------------------------------------------------------------
-from EtherCATManagementEditor import EtherCATManagementTreebook, MasterStatePanelClass
-# -----------------------------------------------------------------------
-
+from EtherCATManagementEditor import EtherCATManagementTreebook, MasterStatePanelClass
+# -----------------------------------------------------------------------
+
 [ETHERCAT_VENDOR, ETHERCAT_GROUP, ETHERCAT_DEVICE] = range(3)
 
 def AppendMenu(parent, help, id, kind, text):