summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrnctree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rnctree.py b/rnctree.py
index eb2d714..f691a4f 100755
--- a/rnctree.py
+++ b/rnctree.py
@@ -606,4 +606,4 @@ def make_nodetree(tokens):
if __name__ == '__main__':
- make_nodetree(token_list(sys.stdin.read())).prettyprint()
+ print make_nodetree(token_list(sys.stdin.read())).toxml()