66 "description": "", |
66 "description": "", |
67 "url": "", |
67 "url": "", |
68 "author": "", |
68 "author": "", |
69 "version": "", |
69 "version": "", |
70 "filename": "", |
70 "filename": "", |
71 } |
71 } |
72 pluginInfo["status"] = self.attribute("status", "unknown") |
72 pluginInfo["status"] = self.attribute("status", "unknown") |
73 |
73 |
74 while not self.atEnd(): |
74 while not self.atEnd(): |
75 self.readNext() |
75 self.readNext() |
76 if self.isEndElement() and self.name() == "Plugin": |
76 if self.isEndElement() and self.name() == "Plugin": |