--- a/PluginManager/PluginExceptions.py Mon Oct 14 20:08:19 2013 +0200 +++ b/PluginManager/PluginExceptions.py Tue Oct 15 18:29:32 2013 +0200 @@ -52,9 +52,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):