etherlab/ConfigEditor.py
changeset 2071 37d603e91a43
parent 2067 04cc0295e2c4
child 2072 b7477ba593ba
--- 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)