diff -r 3674ff5fa8f8 -r 6ffc581f00f1 Helpviewer/Bookmarks/BookmarksImporters/OperaImporter.py --- a/Helpviewer/Bookmarks/BookmarksImporters/OperaImporter.py Wed Oct 09 19:47:41 2013 +0200 +++ b/Helpviewer/Bookmarks/BookmarksImporters/OperaImporter.py Thu Oct 10 18:35:45 2013 +0200 @@ -24,7 +24,8 @@ @param id id of the browser ("chrome" or "chromium") @return tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string), - a prompt (string) and the default directory of the bookmarks file (string) + a prompt (string) and the default directory of the bookmarks file + (string) @exception ValueError raised to indicate an invalid browser ID """ if id == "opera": @@ -98,7 +99,8 @@ f.close() except IOError as err: self._error = True - self._errorString = self.trUtf8("File '{0}' cannot be read.\nReason: {1}")\ + self._errorString = self.trUtf8( + "File '{0}' cannot be read.\nReason: {1}")\ .format(self.__fileName, str(err)) return None