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