diff -r 9986ec0e559a -r 10516539f238 Preferences/ConfigurationPages/EmailPage.py --- a/Preferences/ConfigurationPages/EmailPage.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Preferences/ConfigurationPages/EmailPage.py Fri Oct 18 23:00:41 2013 +0200 @@ -143,7 +143,8 @@ errorStr = str(e) E5MessageBox.critical(self, self.trUtf8("Login Test"), - self.trUtf8("""<p>The login test failed.<br>Reason: {0}</p>""") + self.trUtf8( + """<p>The login test failed.<br>Reason: {0}</p>""") .format(errorStr)) server.quit() except (smtplib.SMTPException, socket.error) as e: @@ -170,6 +171,7 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog + @return reference to the instantiated page (ConfigurationPageBase) """ page = EmailPage() return page