diff -r 9986ec0e559a -r 10516539f238 Preferences/ConfigurationPages/HelpInterfacePage.py --- a/Preferences/ConfigurationPages/HelpInterfacePage.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Preferences/ConfigurationPages/HelpInterfacePage.py Fri Oct 18 23:00:41 2013 +0200 @@ -21,7 +21,8 @@ class HelpInterfacePage(ConfigurationPageBase, Ui_HelpInterfacePage): """ - Class implementing the Interface configuration page (variant for web browser). + Class implementing the Interface configuration page (variant for web + browser). """ def __init__(self): """ @@ -71,8 +72,9 @@ self, self.trUtf8("Select style sheet file"), self.styleSheetEdit.text(), - self.trUtf8("Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;" - "All files (*)")) + self.trUtf8( + "Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;" + "All files (*)")) if file: self.styleSheetEdit.setText(Utilities.toNativeSeparators(file)) @@ -83,6 +85,7 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog + @return reference to the instantiated page (ConfigurationPageBase) """ page = HelpInterfacePage() return page