Commit 98026c7c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 90197f28
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
# See COPYING file for full licensing terms. # See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options. # See https://www.nexedi.com/licensing for rationale and options.
# XXX review
"""Package xbtree provides utilities for inspecting/manipulating internal """Package xbtree provides utilities for inspecting/manipulating internal
structure of integer-keyed BTrees. structure of integer-keyed BTrees.
......
...@@ -18,8 +18,9 @@ ...@@ -18,8 +18,9 @@
# See COPYING file for full licensing terms. # See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options. # See https://www.nexedi.com/licensing for rationale and options.
from __future__ import print_function, absolute_import # XXX review
from __future__ import print_function, absolute_import
from wendelin.wcfs.internal import xbtree from wendelin.wcfs.internal import xbtree
from BTrees.LOBTree import LOBTree, LOBucket from BTrees.LOBTree import LOBTree, LOBucket
......
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