objdictgen/nodeeditor.py
changeset 745 0bd84a528133
parent 715 5795fb789230
equal deleted inserted replaced
744:bc1bbbb5ef71 745:0bd84a528133
       
     1 from types import *
       
     2 
     1 import wx
     3 import wx
     2 
     4 
     3 from node import OD_Subindex, OD_MultipleSubindexes, OD_IdenticalSubindexes, OD_IdenticalIndexes
     5 from node import OD_Subindex, OD_MultipleSubindexes, OD_IdenticalSubindexes, OD_IdenticalIndexes
     4 from commondialogs import *
     6 from commondialogs import *
     5 
     7