aboutsummaryrefslogtreecommitdiff
path: root/scripts/xml-parse-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xml-parse-test.py')
-rwxr-xr-xscripts/xml-parse-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xml-parse-test.py b/scripts/xml-parse-test.py
index 7c1ff3c3..27b57d1c 100755
--- a/scripts/xml-parse-test.py
+++ b/scripts/xml-parse-test.py
@@ -10,6 +10,6 @@ for f in files:
x = fh.read()
fh.close()
xml.sax.parseString(x, handler)
- x = str(handler.obj)
+ x = str(handler.result)
print x
rpki.relaxng.relaxng(x, "up-down-medium-schema.rng")