Commit bef6285c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 809304d1
......@@ -195,7 +195,7 @@ class Bucket(object):
__repr__ = __str__
def copy(b):
return Bucket(*b.keyv)
return Bucket(b.keyv, b.valuev)
# StructureOf returns internal structure of a ZODB BTree.
......
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