dialogs/LDPowerRailDialog.py
changeset 1853 47a3f39bead0
parent 1850 614396cbffbf
child 2572 9622418ac28c
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.GraphicCommons import LEFTRAIL, RIGHTRAIL
    30 from graphics.GraphicCommons import LEFTRAIL, RIGHTRAIL
    29 from graphics.LD_Objects import LD_PowerRail
    31 from graphics.LD_Objects import LD_PowerRail
    30 from BlockPreviewDialog import BlockPreviewDialog
    32 from dialogs.BlockPreviewDialog import BlockPreviewDialog
    31 
    33 
    32 # -------------------------------------------------------------------------------
    34 # -------------------------------------------------------------------------------
    33 #                    Set Ladder Power Rail Parameters Dialog
    35 #                    Set Ladder Power Rail Parameters Dialog
    34 # -------------------------------------------------------------------------------
    36 # -------------------------------------------------------------------------------
    35 
    37