summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-05 14:42:47 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-05 16:22:18 +0300
commitf6384d34b6b03ca2414cd3b4ce27b612d1d189a7 (patch)
tree5c78c8547cf4dc0f99ff8cbf994046ffae6a8081 /obnamlib/__init__.py
parent682fa6c9ff57339d19b931a890d9b1bbfc93a7fc (diff)
downloadobnam-f6384d34b6b03ca2414cd3b4ce27b612d1d189a7.tar.gz
Add GATree
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 0f6988a3..673a2312 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -186,6 +186,7 @@ from fmt_ga import (
GAClient,
GADirectory,
create_gadirectory_from_dict,
+ GATree,
GAChunkStore,
GAChunkIndexes)