diff -r b112bfdde5cc -r 5b6ad7a7fd9d controls/ProjectPropertiesPanel.py --- 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):