From b696631680443f88d8c221e45a69c43ef7dd1978 Mon Sep 17 00:00:00 2001 From: Joshua Boverhof Date: Wed, 31 Mar 2004 00:42:13 +0000 Subject: [PATCH] ---------------------------------------------------------------------- Modified Files: Utility.py -- 'attrsNS' replaced with '_attrNS', the actual name ---------------------------------------------------------------------- --- Utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility.py b/Utility.py index f513644..c593c0e 100755 --- a/Utility.py +++ b/Utility.py @@ -400,7 +400,7 @@ class DOM: if item[1] == name: return 1 return 0 - return node.attrsNS.has_key((nsuri, name)) + return node._attrsNS.has_key((nsuri, name)) def getAttr(self, node, name, nsuri=None, default=join): """Return the value of the attribute named 'name' with the