[open-ils-commits] r9387 - in branches/acq-experiment: .
Open-ILS/src/python/oils/utils
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Apr 19 15:42:08 EDT 2008
Author: erickson
Date: 2008-04-19 15:03:23 -0400 (Sat, 19 Apr 2008)
New Revision: 9387
Modified:
branches/acq-experiment/
branches/acq-experiment/Open-ILS/src/python/oils/utils/idl.py
Log:
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
........
Property changes on: branches/acq-experiment
___________________________________________________________________
Name: svnmerge-integrated
- /trunk:1-9381
+ /trunk:1-9386
Modified: branches/acq-experiment/Open-ILS/src/python/oils/utils/idl.py
===================================================================
--- branches/acq-experiment/Open-ILS/src/python/oils/utils/idl.py 2008-04-19 19:00:54 UTC (rev 9386)
+++ branches/acq-experiment/Open-ILS/src/python/oils/utils/idl.py 2008-04-19 19:03:23 UTC (rev 9387)
@@ -79,7 +79,7 @@
"""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:
More information about the open-ils-commits
mailing list