From f08c1f0f8e3fe35d575f01b32a99de6c0a48b536 Mon Sep 17 00:00:00 2001 From: erickson Date: Sat, 19 Apr 2008 19:00:54 +0000 Subject: [PATCH] moved to the more correct (and functional) documnentElement git-svn-id: svn://svn.open-ils.org/ILS/trunk@9386 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/python/oils/utils/idl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/python/oils/utils/idl.py b/Open-ILS/src/python/oils/utils/idl.py index 5a2eae7359..76bf5f8eed 100644 --- a/Open-ILS/src/python/oils/utils/idl.py +++ b/Open-ILS/src/python/oils/utils/idl.py @@ -79,7 +79,7 @@ class IDLParser(object): """Parses the IDL file and builds class, field, and link objects""" doc = xml.dom.minidom.parse(self.idlFile) - root = doc.childNodes[0] + root = doc.documentElement for child in root.childNodes: -- 2.11.0