diff options
Diffstat (limited to 'examples/adjacencytree/byroot_tree.py')
-rw-r--r-- | examples/adjacencytree/byroot_tree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/adjacencytree/byroot_tree.py b/examples/adjacencytree/byroot_tree.py index cf8b7cbbb..d352db4c7 100644 --- a/examples/adjacencytree/byroot_tree.py +++ b/examples/adjacencytree/byroot_tree.py @@ -133,7 +133,7 @@ print "Committing:" print "----------------------------" objectstore.commit() - +#sys.exit() print "\n\n\n----------------------------" print "Tree After Save:" print "----------------------------" |