src/eric7/EricXML/PluginRepositoryReader.py

branch
eric7
changeset 10322
cc0db1afd763
parent 10314
1f7d52f024b1
child 10439
21c28b0f9e41
equal deleted inserted replaced
10321:4a017fdf316f 10322:cc0db1afd763
70 "url": "", 70 "url": "",
71 "author": "", 71 "author": "",
72 "version": "", 72 "version": "",
73 "filename": "", 73 "filename": "",
74 "status": self.attribute("status", "unknown"), 74 "status": self.attribute("status", "unknown"),
75 "category": self.attribute("category", "not categorized") 75 "category": self.attribute("category", "not categorized"),
76 } 76 }
77 77
78 while not self.atEnd(): 78 while not self.atEnd():
79 self.readNext() 79 self.readNext()
80 if self.isEndElement() and self.name() == "Plugin": 80 if self.isEndElement() and self.name() == "Plugin":

eric ide

mercurial