PluginManager/PluginRepositoryDialog.py

changeset 3036
30c81c9e88b8
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3112
9485059ea9fa
diff -r 36e9f388958b -r 30c81c9e88b8 PluginManager/PluginRepositoryDialog.py
--- a/PluginManager/PluginRepositoryDialog.py	Sat Oct 19 14:05:26 2013 +0200
+++ b/PluginManager/PluginRepositoryDialog.py	Sat Oct 19 15:15:50 2013 +0200
@@ -336,14 +336,14 @@
                     self.trUtf8("Read plugins repository file"),
                     self.trUtf8("<p>The plugins repository file <b>{0}</b> "
                                 "could not be read. Select Update</p>")
-                        .format(self.pluginRepositoryFile))
+                    .format(self.pluginRepositoryFile))
         else:
             self.__repositoryMissing = True
             QTreeWidgetItem(
                 self.repositoryList,
                 ["", self.trUtf8(
                     "No plugin repository file available.\nSelect Update.")
-                ])
+                 ])
             self.repositoryList.resizeColumnToContents(1)
     
     def __downloadFile(self, url, filename, doneMethod=None):

eric ide

mercurial