LDViewer.py
changeset 45 42637f721b5b
parent 42 4a8400732001
child 50 4610aafc884e
equal deleted inserted replaced
44:c6e153273ea1 45:42637f721b5b
    24 
    24 
    25 from wxPython.wx import *
    25 from wxPython.wx import *
    26 import wx
    26 import wx
    27 from types import *
    27 from types import *
    28 
    28 
    29 from plcopen.structures import *
       
    30 from graphics.GraphicCommons import *
       
    31 from graphics.FBD_Objects import *
       
    32 from Viewer import *
    29 from Viewer import *
    33 from Dialogs import *
       
    34 
    30 
    35 def ExtractNextBlocks(block, block_list):
    31 def ExtractNextBlocks(block, block_list):
    36     current_list = [block]
    32     current_list = [block]
    37     while len(current_list) > 0:
    33     while len(current_list) > 0:
    38         next_list = []
    34         next_list = []