summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-24 12:01:47 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-24 15:14:42 +0300
commitae5afcd0a7b42fe2dce90f0093e6157e57bf1554 (patch)
tree43d36a7acf6f923c94396909c163a6fb19948060 /obnamlib/fmt_ga/__init__.py
parent89c03633c9a374506505d74e6d9d29373aba6f2c (diff)
downloadobnam-ae5afcd0a7b42fe2dce90f0093e6157e57bf1554.tar.gz
Add: CowDelta
Diffstat (limited to 'obnamlib/fmt_ga/__init__.py')
-rw-r--r--obnamlib/fmt_ga/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obnamlib/fmt_ga/__init__.py b/obnamlib/fmt_ga/__init__.py
index 5803cbe1..3874a768 100644
--- a/obnamlib/fmt_ga/__init__.py
+++ b/obnamlib/fmt_ga/__init__.py
@@ -20,6 +20,7 @@ from .chunk_store import GAChunkStore
from .leaf_store import InMemoryLeafStore, LeafStore
from .leaf import CowLeaf
from .leaf_list import LeafList
+from .cowdelta import CowDelta, removed_key
from .cowtree import CowTree
from .indexes import GAChunkIndexes
from .dirobj import GADirectory, GAImmutableError, create_gadirectory_from_dict