PluginManager/PluginInstallDialog.py

changeset 3036
30c81c9e88b8
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r 36e9f388958b -r 30c81c9e88b8 PluginManager/PluginInstallDialog.py
--- a/PluginManager/PluginInstallDialog.py	Sat Oct 19 14:05:26 2013 +0200
+++ b/PluginManager/PluginInstallDialog.py	Sat Oct 19 15:15:50 2013 +0200
@@ -143,7 +143,7 @@
                         self.destinationCombo.currentText(),
                         self.destinationCombo.itemData(
                             self.destinationCombo.currentIndex())
-                )
+                        )
             self.summaryEdit.setPlainText(msg)
     
     @pyqtSlot()
@@ -345,7 +345,7 @@
                 self.trUtf8(
                     """<p>The plugin module <b>{0}</b> does not contain """
                     """a 'packageName' attribute. Aborting...</p>""")\
-                    .format(pluginFileName), \
+                .format(pluginFileName), \
                 False
         
         if pyqtApi < 2:
@@ -353,7 +353,7 @@
                 self.trUtf8(
                     """<p>The plugin module <b>{0}</b> does not conform"""
                     """ with the PyQt v2 API. Aborting...</p>""")\
-                    .format(pluginFileName), \
+                .format(pluginFileName), \
                 False
         
         # check, if it is a plugin, that collides with others

eric ide

mercurial