summaryrefslogtreecommitdiff
path: root/obnamlib/__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/__init__.py
parent89c03633c9a374506505d74e6d9d29373aba6f2c (diff)
downloadobnam-ae5afcd0a7b42fe2dce90f0093e6157e57bf1554.tar.gz
Add: CowDelta
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 1c7ae9ae..df719903 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -191,6 +191,8 @@ from .fmt_ga import (
CowLeaf,
CowTree,
LeafList,
+ CowDelta,
+ removed_key,
)