summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-13 15:32:53 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-14 10:04:34 +0300
commit5bfc5d1667ca2fec3f1cdc0da7ab32ac0e8ef44a (patch)
tree62ccf46b67e1019e349f49e3e7b84eff60c2a6d8 /obnamlib/__init__.py
parent117cffa795a8a5ca7940a0e8d1252f006c32ff99 (diff)
downloadobnam-5bfc5d1667ca2fec3f1cdc0da7ab32ac0e8ef44a.tar.gz
Add LeafStore class for storing CowTree nodes
CowTree will be written soon.
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index ee5f5516..ced359d0 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -185,7 +185,9 @@ from .fmt_ga import (
create_gadirectory_from_dict,
GATree,
GAChunkStore,
- GAChunkIndexes)
+ GAChunkIndexes,
+ InMemoryLeafStore,
+)
#