dialogs/SFCTransitionDialog.py
changeset 1853 47a3f39bead0
parent 1847 6198190bc121
child 2587 c67488bd8134
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 from __future__ import absolute_import
    26 import wx
    27 import wx
    27 
    28 
    28 from graphics.SFC_Objects import SFC_Transition
    29 from graphics.SFC_Objects import SFC_Transition
    29 from BlockPreviewDialog import BlockPreviewDialog
    30 from dialogs.BlockPreviewDialog import BlockPreviewDialog
    30 
    31 
    31 # -------------------------------------------------------------------------------
    32 # -------------------------------------------------------------------------------
    32 #                        Set Transition Parameters Dialog
    33 #                        Set Transition Parameters Dialog
    33 # -------------------------------------------------------------------------------
    34 # -------------------------------------------------------------------------------
    34 
    35