summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-14 09:56:20 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-14 10:08:35 +0300
commit7d461c35e49f8f0c9922fc4f52d306a186e44106 (patch)
tree6a6b898d83be41af2795694f06f65e7d45e2d1e3 /obnamlib/__init__.py
parent5bfc5d1667ca2fec3f1cdc0da7ab32ac0e8ef44a (diff)
downloadobnam-7d461c35e49f8f0c9922fc4f52d306a186e44106.tar.gz
Add CowLeaf to be used by CowTree
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index ced359d0..9590fe7a 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -187,6 +187,7 @@ from .fmt_ga import (
GAChunkStore,
GAChunkIndexes,
InMemoryLeafStore,
+ CowLeaf,
)