editors/ProjectNodeEditor.py
changeset 1850 614396cbffbf
parent 1736 7e61baa047f0
child 1853 47a3f39bead0
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import wx
    25 import wx
    26 
    26 
    27 from controls import ProjectPropertiesPanel, VariablePanel
    27 from controls import ProjectPropertiesPanel, VariablePanel
    28 from EditorPanel import EditorPanel
       
    29 from ConfTreeNodeEditor import ConfTreeNodeEditor
    28 from ConfTreeNodeEditor import ConfTreeNodeEditor
    30 
    29 
    31 
    30 
    32 class ProjectNodeEditor(ConfTreeNodeEditor):
    31 class ProjectNodeEditor(ConfTreeNodeEditor):
    33 
    32