dialogs/ActionBlockDialog.py
changeset 1782 5b6ad7a7fd9d
parent 1768 691083b5682a
child 1834 cd42b426028b
--- a/dialogs/ActionBlockDialog.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/dialogs/ActionBlockDialog.py	Mon Aug 21 21:55:18 2017 +0300
@@ -30,9 +30,9 @@
 from util.BitmapLibrary import GetBitmap
 from PLCControler import _ActionInfos
 from util.TranslationCatalogs import NoTranslate
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                                  Helpers
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 
 def GetActionTableColnames():
@@ -44,9 +44,9 @@
     _ = NoTranslate
     return [_("Action"), _("Variable"), _("Inline")]
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                               Action Table
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 
 class ActionTable(CustomTable):
@@ -114,9 +114,9 @@
                 grid.SetCellBackgroundColour(row, col, wx.WHITE)
             self.ResizeRow(grid, row)
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                            Action Block Dialog
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 
 class ActionBlockDialog(wx.Dialog):