canfestival/NetworkEditor.py
changeset 814 5743cbdff669
parent 771 85d33a130a5c
child 845 412a9f05070f
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 networkedit import NetworkEditorTemplate
     5 from networkedit import NetworkEditorTemplate
     6 from ConfTreeNodeEditor import ConfTreeNodeEditor
     6 from editors.ConfTreeNodeEditor import ConfTreeNodeEditor
     7 
     7 
     8 [ID_NETWORKEDITOR, 
     8 [ID_NETWORKEDITOR, 
     9 ] = [wx.NewId() for _init_ctrls in range(1)]
     9 ] = [wx.NewId() for _init_ctrls in range(1)]
    10 
    10 
    11 [ID_NETWORKEDITORCONFNODEMENUADDSLAVE, ID_NETWORKEDITORCONFNODEMENUREMOVESLAVE, 
    11 [ID_NETWORKEDITORCONFNODEMENUADDSLAVE, ID_NETWORKEDITORCONFNODEMENUREMOVESLAVE,