Fix import after integration of plcopeneditor into Beremiz
authorLaurent Bessard
Fri, 07 Sep 2012 18:30:35 +0200
changeset 2071 37d603e91a43
parent 2070 dee8d519f3ff
child 2072 b7477ba593ba
Fix import after integration of plcopeneditor into Beremiz
etherlab/ConfigEditor.py
--- a/etherlab/ConfigEditor.py	Tue Sep 04 15:00:35 2012 +0200
+++ b/etherlab/ConfigEditor.py	Fri Sep 07 18:30:35 2012 +0200
@@ -3,7 +3,7 @@
 import wx.gizmos
 
 from controls import CustomGrid, CustomTable
-from ConfTreeNodeEditor import ConfTreeNodeEditor, SCROLLBAR_UNIT
+from editors.ConfTreeNodeEditor import ConfTreeNodeEditor, SCROLLBAR_UNIT
 
 [ETHERCAT_VENDOR, ETHERCAT_GROUP, ETHERCAT_DEVICE] = range(3)