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( |