src/eric7/EricXML/PluginRepositoryReader.py

branch
eric7
changeset 9278
36448ca469c2
parent 9221
bf71ee032bb4
child 9413
80c06d472826
equal deleted inserted replaced
9277:471c5a263d53 9278:36448ca469c2
67 "description": "", 67 "description": "",
68 "url": "", 68 "url": "",
69 "author": "", 69 "author": "",
70 "version": "", 70 "version": "",
71 "filename": "", 71 "filename": "",
72 "status": self.attribute("status", "unknown"),
72 } 73 }
73 pluginInfo["status"] = self.attribute("status", "unknown")
74 74
75 while not self.atEnd(): 75 while not self.atEnd():
76 self.readNext() 76 self.readNext()
77 if self.isEndElement() and self.name() == "Plugin": 77 if self.isEndElement() and self.name() == "Plugin":
78 self.__entryCallback( 78 self.__entryCallback(

eric ide

mercurial