summaryrefslogtreecommitdiff
path: root/obnamlib/__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/__init__.py
parent43715cd85f1bc2dcc387f7227ca7ea15b9b8118e (diff)
downloadobnam-89c03633c9a374506505d74e6d9d29373aba6f2c.tar.gz
Refactor: move _LeafList into own module, unit tests
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py3
1 files changed, 2 insertions, 1 deletions
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,
)