summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-14 21:44:35 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-14 22:46:13 +0300
commit94c835a64a77325490d786979890e8a08a73f2e8 (patch)
tree88a736ebe2d88efed724a5f591e7c5a55fc72142 /obnamlib/__init__.py
parent1b5e87b5b5d71c1903bb28385ea222e52b27fb32 (diff)
downloadobnam-94c835a64a77325490d786979890e8a08a73f2e8.tar.gz
Add Bag class
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 e2a7bb83..9d77178b 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -106,6 +106,7 @@ from chunkid_token_map import ChunkIdTokenMap
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 repo_factory import (
RepositoryFactory,