summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-13 15:41:23 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-14 10:11:50 +0300
commitb88b51305f7b96077e5ee0517248dc45029c9d4f (patch)
tree7a677556986ac08481f6ff87da90c6da6f1da135 /obnamlib/__init__.py
parent7d461c35e49f8f0c9922fc4f52d306a186e44106 (diff)
downloadobnam-b88b51305f7b96077e5ee0517248dc45029c9d4f.tar.gz
Add CowTree for storing chunk index data
Also, add a a real implementation of LeafStore, with persistence.
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 9590fe7a..21428777 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -187,7 +187,9 @@ from .fmt_ga import (
GAChunkStore,
GAChunkIndexes,
InMemoryLeafStore,
+ LeafStore,
CowLeaf,
+ CowTree,
)