dialogs/SFCStepDialog.py
changeset 1853 47a3f39bead0
parent 1782 5b6ad7a7fd9d
child 1878 fb73a6b6622d
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
    21 #
    21 #
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
       
    26 
       
    27 from __future__ import absolute_import
    26 import wx
    28 import wx
    27 
    29 
    28 from graphics.SFC_Objects import SFC_Step
    30 from graphics.SFC_Objects import SFC_Step
    29 from BlockPreviewDialog import BlockPreviewDialog
    31 from dialogs.BlockPreviewDialog import BlockPreviewDialog
    30 
    32 
    31 # -------------------------------------------------------------------------------
    33 # -------------------------------------------------------------------------------
    32 #                         Set SFC Step Parameters Dialog
    34 #                         Set SFC Step Parameters Dialog
    33 # -------------------------------------------------------------------------------
    35 # -------------------------------------------------------------------------------
    34 
    36