Commit 20bad3cf authored by Kirill Smelkov's avatar Kirill Smelkov

bigfile/zodb: __getstate__() & __setstate__() are ok

The comment was a leftover there from 4174b84a (bigfile: BigFile backend
to store data in ZODB).
parent 520cbc6f
......@@ -210,7 +210,7 @@ class ZBigFile(LivePersistent):
self.__setstate__((blksize, LOBTree())) # NOTE L enough for blk_t
# TODO verify get,set state
# state is (.blksize, .blktab)
def __getstate__(self):
return (self.blksize, self.blktab)
......
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