summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
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