Commit e6323dbe authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 50a2ee92
...@@ -151,12 +151,9 @@ def Trees(zstor, r): ...@@ -151,12 +151,9 @@ def Trees(zstor, r):
zctx = ZCtx(zstor) zctx = ZCtx(zstor)
defer(zctx.close) defer(zctx.close)
trees = zctx.root.get('treegen/trees') tree = zctx.root['treegen/tree'] = XLOTree()
if trees is None: at0 = commit('treegen/tree: init')
trees = zctx.root['treegen/trees'] = PersistentMapping() print("start @%s tree=%s" % (ashex(at0), ashex(tree._p_oid)))
commit('treegen/trees: init')
print("start @%s tree=%s" % (ashex(XXX), ashex(XXX)))
while 1: while 1:
treetxt = r.readline() treetxt = r.readline()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment