license bir built-in

This commit is contained in:
Barış Metin
2005-07-01 13:50:33 +00:00
parent 339c5f5ba8
commit 92dcbe2701
+2 -2
View File
@@ -133,8 +133,8 @@ class SourceInfo:
xml.addTextNodeUnder(node, "Homepage", self.homepage)
node.appendChild(self.packager.elt(xml))
xml.addTextNodeUnder(node, "Description", self.description)
for license in self.license:
xml.addTextNodeUnder(node, "License", license)
for l in self.license:
xml.addTextNodeUnder(node, "License", l)
for isa in self.isa:
xml.addTextNodeUnder(node, "IsA", isa)
xml.addTextNodeUnder(node, "PartOf", self.partof)