summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-06 19:10:58 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-06 19:10:58 +0100
commitc9f2b8fe9f9d2cf1155325cf01f232e407ecdd3a (patch)
treeef39fac94dfedb8be22e0763e758b4531387f101
parent62ff6e1823428b3a9f7db3a8ff451b1d47423a8d (diff)
downloadobnam-c9f2b8fe9f9d2cf1155325cf01f232e407ecdd3a.tar.gz
Remove now-wrong docstring comment
-rw-r--r--obnamlib/repo_factory.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/obnamlib/repo_factory.py b/obnamlib/repo_factory.py
index 8b8feaee..f61cf888 100644
--- a/obnamlib/repo_factory.py
+++ b/obnamlib/repo_factory.py
@@ -56,12 +56,7 @@ class RepositoryFactory(object):
return self._implementations
def setup_hooks(self, hooks): # pragma: no cover
- '''Create all repository related hooks.
-
- The factory instantiates all supported repository format classes.
- This causes the hooks to be created.
-
- '''
+ '''Create all repository related hooks.'''
for impl in self._implementations:
impl.setup_hooks(hooks)