filename patch için bir attribute değil, text.

This commit is contained in:
Barış Metin
2005-07-05 06:23:33 +00:00
parent 4df3c1acf4
commit 7f211d833a
+1 -1
View File
@@ -62,7 +62,7 @@ class PatchInfo:
def elt(self, xml):
node = xml.newNode("Patch")
node.setAttribute("filename", self.filename)
xml.addText(node, self.filename)
if self.compressionType:
node.setAttribute("compressionType", self.compressionType)
return node