PluginManager/PluginExceptions.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3145
a9de05d4a22f
--- 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):

eric ide

mercurial