dialogs/FBDVariableDialog.py
changeset 1853 47a3f39bead0
parent 1847 6198190bc121
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 from __future__ import absolute_import
    26 import wx
    27 import wx
    27 
    28 
    28 from graphics.GraphicCommons import INPUT, INOUT, OUTPUT
    29 from graphics.GraphicCommons import INPUT, INOUT, OUTPUT
    29 from graphics.FBD_Objects import FBD_Variable
    30 from graphics.FBD_Objects import FBD_Variable
    30 from BlockPreviewDialog import BlockPreviewDialog
    31 from dialogs.BlockPreviewDialog import BlockPreviewDialog
    31 
    32 
    32 # -------------------------------------------------------------------------------
    33 # -------------------------------------------------------------------------------
    33 #                                    Helpers
    34 #                                    Helpers
    34 # -------------------------------------------------------------------------------
    35 # -------------------------------------------------------------------------------
    35 
    36