From: erickson Date: Sat, 19 Apr 2008 19:03:23 +0000 (+0000) Subject: Merged revisions 9386 via svnmerge from X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=05c6f65834d56b7db59dd6f11929a241346eea04;p=Evergreen.git 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 --- 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: