equal
deleted
inserted
replaced
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 networkeditortemplate import NetworkEditorTemplate |
6 from editors.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 |