canfestival/SlaveEditor.py
changeset 814 5743cbdff669
parent 777 daa6941fe21a
child 816 079ed646266f
equal deleted inserted replaced
813:1460273f40ed 814:5743cbdff669
     1 
     1 
     2 import wx
     2 import wx
     3 
     3 
     4 from subindextable import EditingPanel
     4 from subindextable import EditingPanel
     5 from nodeeditor import NodeEditorTemplate
     5 from nodeeditor import NodeEditorTemplate
     6 from ConfTreeNodeEditor import ConfTreeNodeEditor
     6 from editors.ConfTreeNodeEditor import ConfTreeNodeEditor
     7 
     7 
     8 [ID_SLAVEEDITORCONFNODEMENUNODEINFOS, ID_SLAVEEDITORCONFNODEMENUDS301PROFILE,
     8 [ID_SLAVEEDITORCONFNODEMENUNODEINFOS, ID_SLAVEEDITORCONFNODEMENUDS301PROFILE,
     9  ID_SLAVEEDITORCONFNODEMENUDS302PROFILE, ID_SLAVEEDITORCONFNODEMENUDSOTHERPROFILE,
     9  ID_SLAVEEDITORCONFNODEMENUDS302PROFILE, ID_SLAVEEDITORCONFNODEMENUDSOTHERPROFILE,
    10  ID_SLAVEEDITORCONFNODEMENUADD, 
    10  ID_SLAVEEDITORCONFNODEMENUADD, 
    11 ] = [wx.NewId() for _init_coll_ConfNodeMenu_Items in range(5)]
    11 ] = [wx.NewId() for _init_coll_ConfNodeMenu_Items in range(5)]