dialogs/LDPowerRailDialog.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1744 69dfdb26f600
--- a/dialogs/LDPowerRailDialog.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/dialogs/LDPowerRailDialog.py	Mon Aug 14 23:27:15 2017 +0300
@@ -33,13 +33,12 @@
 #                    Set Ladder Power Rail Parameters Dialog
 #-------------------------------------------------------------------------------
 
-"""
-Class that implements a dialog for defining parameters of a power rail graphic
-element
-"""
 
 class LDPowerRailDialog(BlockPreviewDialog):
-
+    """
+    Class that implements a dialog for defining parameters of a power rail graphic
+    element
+    """
     def __init__(self, parent, controller, tagname):
         """
         Constructor