dialogs/SFCDivergenceDialog.py
changeset 1853 47a3f39bead0
parent 1782 5b6ad7a7fd9d
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.GraphicCommons import SELECTION_DIVERGENCE, \
    29 from graphics.GraphicCommons import SELECTION_DIVERGENCE, \
    29     SELECTION_CONVERGENCE, SIMULTANEOUS_DIVERGENCE, SIMULTANEOUS_CONVERGENCE
    30     SELECTION_CONVERGENCE, SIMULTANEOUS_DIVERGENCE, SIMULTANEOUS_CONVERGENCE
    30 from graphics.SFC_Objects import SFC_Divergence
    31 from graphics.SFC_Objects import SFC_Divergence
    31 from BlockPreviewDialog import BlockPreviewDialog
    32 from dialogs.BlockPreviewDialog import BlockPreviewDialog
    32 
    33 
    33 # -------------------------------------------------------------------------------
    34 # -------------------------------------------------------------------------------
    34 #                         Create New Divergence Dialog
    35 #                         Create New Divergence Dialog
    35 # -------------------------------------------------------------------------------
    36 # -------------------------------------------------------------------------------
    36 
    37