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/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'obnamlib/__init__.py') diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py index bd72f041..1c7ae9ae 100644 --- a/obnamlib/__init__.py +++ b/obnamlib/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Lars Wirzenius +# Copyright (C) 2009-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 @@ -190,6 +190,7 @@ from .fmt_ga import ( LeafStore, CowLeaf, CowTree, + LeafList, ) -- cgit v1.2.1