summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-24 11:02:03 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-24 15:14:41 +0300
commit89c03633c9a374506505d74e6d9d29373aba6f2c (patch)
tree3631fa72dfe18dbf0e44d07045b90c04b50668fe /obnamlib/fmt_ga/__init__.py
parent43715cd85f1bc2dcc387f7227ca7ea15b9b8118e (diff)
downloadobnam-89c03633c9a374506505d74e6d9d29373aba6f2c.tar.gz
Refactor: move _LeafList into own module, unit tests
Diffstat (limited to 'obnamlib/fmt_ga/__init__.py')
-rw-r--r--obnamlib/fmt_ga/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/obnamlib/fmt_ga/__init__.py b/obnamlib/fmt_ga/__init__.py
index 8797948a..5803cbe1 100644
--- a/obnamlib/fmt_ga/__init__.py
+++ b/obnamlib/fmt_ga/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 Lars Wirzenius
+# Copyright 2015-2017 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
@@ -19,6 +19,7 @@ from .client_list import GAClientList
from .chunk_store import GAChunkStore
from .leaf_store import InMemoryLeafStore, LeafStore
from .leaf import CowLeaf
+from .leaf_list import LeafList
from .cowtree import CowTree
from .indexes import GAChunkIndexes
from .dirobj import GADirectory, GAImmutableError, create_gadirectory_from_dict