--- a/PluginManager/PluginExceptions.py Fri Oct 18 23:00:41 2013 +0200 +++ b/PluginManager/PluginExceptions.py Fri Nov 01 15:48:48 2013 +0100 @@ -54,9 +54,9 @@ if msg: self._errorMessage = msg else: - self._errorMessage = \ - QApplication.translate("PluginError", - "Plugin paths not found or not creatable.") + self._errorMessage = QApplication.translate( + "PluginError", + "Plugin paths not found or not creatable.") class PluginModulesError(PluginError):