PluginManager/PluginRepositoryDialog.py

changeset 3034
7ce719013078
parent 3022
57179e4cdadd
child 3036
30c81c9e88b8
--- a/PluginManager/PluginRepositoryDialog.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/PluginManager/PluginRepositoryDialog.py	Sat Oct 19 13:03:39 2013 +0200
@@ -170,7 +170,7 @@
         
         self.urlEdit.setText(current.data(0, urlRole) or "")
         self.descriptionEdit.setPlainText(
-            current.data(0, descrRole) and \
+            current.data(0, descrRole) and
             self.__formatDescription(current.data(0, descrRole)) or "")
         self.authorEdit.setText(current.data(0, authorRole) or "")
     
@@ -335,7 +335,7 @@
                     self,
                     self.trUtf8("Read plugins repository file"),
                     self.trUtf8("<p>The plugins repository file <b>{0}</b> "
-                                "could not be read. Select Update</p>")\
+                                "could not be read. Select Update</p>")
                         .format(self.pluginRepositoryFile))
         else:
             self.__repositoryMissing = True

eric ide

mercurial