canfestival/NetworkEditor.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1881 091005ec69c4
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    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 subindextable import EditingPanel
       
    28 from networkeditortemplate import NetworkEditorTemplate
    27 from networkeditortemplate import NetworkEditorTemplate
    29 from editors.ConfTreeNodeEditor import ConfTreeNodeEditor
    28 from editors.ConfTreeNodeEditor import ConfTreeNodeEditor
    30 
    29 
    31 [
    30 [
    32     ID_NETWORKEDITOR,
    31     ID_NETWORKEDITOR,