From 8b33e32bb32d143133a29291361baba681b48835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Sat, 2 Jul 2005 00:59:40 +0000 Subject: [PATCH] =?UTF-8?q?tamam=20loose-type=20bir=20dil=20ama,=20implici?= =?UTF-8?q?tly=20None=20d=C3=B6nd=C3=BCrmek=20iyi=20bir=C5=9Fey=20de=C4=9F?= =?UTF-8?q?il=20yine=20de.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/xmlext.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pisi/xmlext.py b/pisi/xmlext.py index a382a723..3f2cd974 100644 --- a/pisi/xmlext.py +++ b/pisi/xmlext.py @@ -15,6 +15,7 @@ def getNodeAttribute(node, attrname): attr = node.attributes.item(i) if attr.name == attrname: return attr.childNodes[0].data + return None def getNodeText(node, tagpath = ""): """get the first child and expect it to be text!"""