From 05c6f65834d56b7db59dd6f11929a241346eea04 Mon Sep 17 00:00:00 2001 From: erickson Date: Sat, 19 Apr 2008 19:03:23 +0000 Subject: [PATCH] Merged revisions 9386 via svnmerge from svn://svn.open-ils.org/ILS/trunk ........ r9386 | erickson | 2008-04-19 15:00:54 -0400 (Sat, 19 Apr 2008) | 1 line moved to the more correct (and functional) documnentElement ........ git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9387 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