summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/__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/fmt_ga/__init__.py
parent682fa6c9ff57339d19b931a890d9b1bbfc93a7fc (diff)
downloadobnam-f6384d34b6b03ca2414cd3b4ce27b612d1d189a7.tar.gz
Add GATree
Diffstat (limited to 'obnamlib/fmt_ga/__init__.py')
-rw-r--r--obnamlib/fmt_ga/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obnamlib/fmt_ga/__init__.py b/obnamlib/fmt_ga/__init__.py
index e9b96ecb..d3eb21c9 100644
--- a/obnamlib/fmt_ga/__init__.py
+++ b/obnamlib/fmt_ga/__init__.py
@@ -20,5 +20,6 @@ from .client_list import GAClientList
from .chunk_store import GAChunkStore
from .indexes import GAChunkIndexes
from .dirobj import GADirectory, create_gadirectory_from_dict
+from .tree import GATree
from .client import GAClient
from .format import RepositoryFormatGA