aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/snakeoil/chksum/__init__.py')
-rw-r--r--src/snakeoil/chksum/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/snakeoil/chksum/__init__.py b/src/snakeoil/chksum/__init__.py
index 5bd6a7ce..bc6bef2b 100644
--- a/src/snakeoil/chksum/__init__.py
+++ b/src/snakeoil/chksum/__init__.py
@@ -18,7 +18,6 @@ class MissingChksumHandler(Exception):
def get_handler(requested):
-
"""
get a chksum handler
@@ -34,7 +33,6 @@ def get_handler(requested):
def get_handlers(requested=None):
-
"""
get multiple chksum handlers
@@ -55,7 +53,6 @@ def get_handlers(requested=None):
def init(additional_handlers=None):
-
"""
init the chksum subsystem.