controls/ProjectPropertiesPanel.py
changeset 1782 5b6ad7a7fd9d
parent 1773 38fde37c3766
child 1881 091005ec69c4
--- a/controls/ProjectPropertiesPanel.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/controls/ProjectPropertiesPanel.py	Mon Aug 21 21:55:18 2017 +0300
@@ -25,9 +25,9 @@
 
 import wx
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                                 Helpers
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 REQUIRED_PARAMS = ["projectName", "productName", "productVersion", "companyName"]
 
@@ -36,9 +36,10 @@
     POUINSTANCEVARIABLESPANEL, LIBRARYTREE, SCALING, PAGETITLES
 ] = range(10)
 
-#-------------------------------------------------------------------------------
+
+# -------------------------------------------------------------------------------
 #                       Project Properties Panel
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 
 class ProjectPropertiesPanel(wx.Notebook):