PluginManager/PluginExceptions.py

changeset 3022
57179e4cdadd
parent 2992
dbdf27746da5
child 3058
0a02c433f52d
child 3160
209a07d7e401
--- 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):

eric ide

mercurial