summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-17 16:46:33 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-17 17:50:05 +0200
commit45b3bd4949248e5fd0973ed3f04db86bbef5818e (patch)
treec4342d6a4044a3f5e64679649850aedf2153e2ea /obnamlib/__init__.py
parenteec9750c81f0ba15a9d1a43efbdb85b3211f2daa (diff)
downloadobnam-45b3bd4949248e5fd0973ed3f04db86bbef5818e.tar.gz
Add --checksum-algorithm setting
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index ab4fb440..94527275 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015 Lars Wirzenius
+# Copyright (C) 2009-2016 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
@@ -73,6 +73,8 @@ from .encryption import (
EncryptionError,
GpgError)
+from .checksummer import checksum_algorithms, get_checksum_algorithm
+
from .hooks import (
Hook, MissingFilterError, NoFilterTagError, FilterHook, HookManager)
from .pluginbase import ObnamPlugin