summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-12 16:04:25 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-12 16:04:25 +0100
commit77bab3a39296a36c1c4213306a22e219c21dcee0 (patch)
tree9832a13d363255243d1c01bf89d557714685fc50 /obnamlib/__init__.py
parentf7725d07d6262d9e7a4f69044afa582ef0f7c363 (diff)
downloadobnam-77bab3a39296a36c1c4213306a22e219c21dcee0.tar.gz
Add list of Obnam errors to manual
This also drops the find-all-obnam-errors in favour of "obnam list-errors".
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index cdb98e9e..ab4fb440 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -19,6 +19,7 @@ import cliapp
from .version import __version__
from .structurederror import StructuredError
+from .structurederror_finder import find_structured_errors
from .obnamerror import ObnamError
from .defaults import (
DEFAULT_NODE_SIZE,