From ae5afcd0a7b42fe2dce90f0093e6157e57bf1554 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Jun 2017 12:01:47 +0300 Subject: Add: CowDelta --- obnamlib/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'obnamlib/__init__.py') 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, ) -- cgit v1.2.1