summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-15 20:57:31 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-16 11:45:06 +0300
commite1da1ce26effdaabf4f8fee77ec8c65b5c926e6f (patch)
tree2675c6d53d95f3e7a4c8d64b9a7b372d630cbb31 /obnamlib/fmt_ga/__init__.py
parent2bceeae41eef43b9142d7163a45229920be9067d (diff)
downloadobnam-e1da1ce26effdaabf4f8fee77ec8c65b5c926e6f.tar.gz
Add Green Albatross repository format
Diffstat (limited to 'obnamlib/fmt_ga/__init__.py')
-rw-r--r--obnamlib/fmt_ga/__init__.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/obnamlib/fmt_ga/__init__.py b/obnamlib/fmt_ga/__init__.py
new file mode 100644
index 00000000..a32864a7
--- /dev/null
+++ b/obnamlib/fmt_ga/__init__.py
@@ -0,0 +1,23 @@
+# Copyright 2015 Lars Wirzenius
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# =*= License: GPL-3+ =*=
+
+
+from .client_list import GAClientList
+from .chunk_store import GAChunkStore
+from .indexes import GAChunkIndexes
+from .client import GAClient
+from .format import RepositoryFormatGA