diff -r bf5ae5d7477d -r befeff46ec0f Preferences/ConfigurationPages/HelpInterfacePage.py --- a/Preferences/ConfigurationPages/HelpInterfacePage.py Sat Oct 12 17:31:40 2013 +0200 +++ b/Preferences/ConfigurationPages/HelpInterfacePage.py Sat Oct 12 18:25:29 2013 +0200 @@ -19,7 +19,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): """ @@ -69,8 +70,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))