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": |