From 89c03633c9a374506505d74e6d9d29373aba6f2c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Jun 2017 11:02:03 +0300 Subject: Refactor: move _LeafList into own module, unit tests --- obnamlib/fmt_ga/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'obnamlib/fmt_ga/__init__.py') 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 -- cgit v1.2.1