summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-05 12:45:41 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-05 13:13:16 +0300
commit9580621fcf8a34ca2068b87bcdd5b4f3d52a4e3d (patch)
tree54b06dc964362a0adef06a4a77bcaecc7ebdde01 /obnamlib/__init__.py
parentda847ff41b775e38a209e82c1502e706bc93a9ba (diff)
downloadobnam-9580621fcf8a34ca2068b87bcdd5b4f3d52a4e3d.tar.gz
Add GADirectory
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 4d2479c4..14930736 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -182,6 +182,8 @@ from fmt_ga import (
RepositoryFormatGA,
GAClientList,
GAClient,
+ GADirectory,
+ create_gadirectory_from_dict,
GAChunkStore,
GAChunkIndexes)