Dialogs.py
changeset 45 42637f721b5b
parent 42 4a8400732001
child 56 7187e1c00975
equal deleted inserted replaced
44:c6e153273ea1 45:42637f721b5b
    24 
    24 
    25 from wxPython.wx import *
    25 from wxPython.wx import *
    26 from wxPython.grid import *
    26 from wxPython.grid import *
    27 import wx
    27 import wx
    28 
    28 
    29 from graphics.FBD_Objects import *
    29 from graphics import *
    30 from graphics.LD_Objects import *
       
    31 from graphics.SFC_Objects import *
       
    32 
    30 
    33 #-------------------------------------------------------------------------------
    31 #-------------------------------------------------------------------------------
    34 #                          Create New Block Dialog
    32 #                          Create New Block Dialog
    35 #-------------------------------------------------------------------------------
    33 #-------------------------------------------------------------------------------
    36 
    34