objdictgen/networkeditortemplate.py
changeset 780 884a60cbb83e
parent 778 9edaa9d21cf9
equal deleted inserted replaced
779:5bbf6e4521bb 780:884a60cbb83e
     1 import wx
     1 import wx
     2 
     2 
     3 from nodeeditor import NodeEditorTemplate
     3 from nodeeditortemplate import NodeEditorTemplate
     4 from subindextable import *
     4 from subindextable import *
     5 from commondialogs import *
     5 from commondialogs import *
     6 
     6 
     7 [ID_NETWORKEDITNETWORKNODES,
     7 [ID_NETWORKEDITNETWORKNODES,
     8 ] = [wx.NewId() for _init_ctrls in range(1)]
     8 ] = [wx.NewId() for _init_ctrls in range(1)]