dialogs/FBDBlockDialog.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 
       
    27 from __future__ import absolute_import
    26 import re
    28 import re
    27 
    29 
    28 import wx
    30 import wx
    29 
    31 
    30 from graphics.FBD_Objects import FBD_Block
    32 from graphics.FBD_Objects import FBD_Block
    31 from controls.LibraryPanel import LibraryPanel
    33 from controls.LibraryPanel import LibraryPanel
    32 from BlockPreviewDialog import BlockPreviewDialog
    34 from dialogs.BlockPreviewDialog import BlockPreviewDialog
    33 
    35 
    34 # -------------------------------------------------------------------------------
    36 # -------------------------------------------------------------------------------
    35 #                                    Helpers
    37 #                                    Helpers
    36 # -------------------------------------------------------------------------------
    38 # -------------------------------------------------------------------------------
    37 
    39