summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-05 13:22:01 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-05 13:54:40 +0300
commit9aef03b5df2838b57585b25c935f9044aafc2be6 (patch)
tree02db22eb34db48a48943f5f9a28d5f83a900d6d4 /obnamlib/__init__.py
parent9580621fcf8a34ca2068b87bcdd5b4f3d52a4e3d (diff)
downloadobnam-9aef03b5df2838b57585b25c935f9044aafc2be6.tar.gz
Add BlobStore
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 14930736..24f57a8c 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -110,6 +110,7 @@ from pathname_excluder import PathnameExcluder
from obj_serialiser import serialise_object, deserialise_object
from bag import Bag, BagIdNotSetError, make_object_id, parse_object_id
from bag_store import BagStore
+from blob_store import BlobStore
from repo_factory import (
RepositoryFactory,