Commit fe5c609d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bbf0b7d7
...@@ -55,7 +55,7 @@ from ZODB.Connection import Connection ...@@ -55,7 +55,7 @@ from ZODB.Connection import Connection
import transaction import transaction
import random import random
from wendelin.wcfs.internal import xbtree from wendelin.wcfs.internal import xbtree, xbtree_test
from wendelin.bigfile.file_zodb import ZBlk from wendelin.bigfile.file_zodb import ZBlk
from zodbtools.util import storageFromURL, ashex from zodbtools.util import storageFromURL, ashex
...@@ -112,7 +112,7 @@ def treedeltaGenAllStructs(zstor, kv1txt, kv2txt, n, seed=None): ...@@ -112,7 +112,7 @@ def treedeltaGenAllStructs(zstor, kv1txt, kv2txt, n, seed=None):
t2AllStructs = list(xbtree.AllStructs(kv2.keys(), maxdepth, maxsplit)) t2AllStructs = list(xbtree.AllStructs(kv2.keys(), maxdepth, maxsplit))
# create the tree # create the tree
ztree = root['treedelta/tree'] = BTrees.LOBTree.LOBTree() # XXX -> XLOTree (small nodes) ztree = root['treedelta/tree'] = xbtree_test.XLOTree()
commit('treedelta/tree') commit('treedelta/tree')
# XXX print something? # XXX print something?
......
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