summaryrefslogtreecommitdiff
path: root/src/mailman_pgp/archivers
diff options
context:
space:
mode:
authorJ08nY2017-06-26 22:12:09 +0200
committerJ08nY2017-06-26 22:12:09 +0200
commitbdb0ec76d9b7b9a7e6956af5fe15d05c4c73ada4 (patch)
treefca178aa7abef2acb4dadf5262711cc8dcd5da55 /src/mailman_pgp/archivers
parente506b790be863e58930aefb7473cd815a967a581 (diff)
downloadmailman-pgp-bdb0ec76d9b7b9a7e6956af5fe15d05c4c73ada4.tar.gz
mailman-pgp-bdb0ec76d9b7b9a7e6956af5fe15d05c4c73ada4.tar.zst
mailman-pgp-bdb0ec76d9b7b9a7e6956af5fe15d05c4c73ada4.zip
Diffstat (limited to 'src/mailman_pgp/archivers')
-rw-r--r--src/mailman_pgp/archivers/local.py1
-rw-r--r--src/mailman_pgp/archivers/remote.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman_pgp/archivers/local.py b/src/mailman_pgp/archivers/local.py
index ecb8e8f..04d9a22 100644
--- a/src/mailman_pgp/archivers/local.py
+++ b/src/mailman_pgp/archivers/local.py
@@ -28,4 +28,5 @@ from zope.interface import implementer
@public
@implementer(IArchiver)
class LocalArchiver:
+ """Local PGP enabled archiver."""
pass
diff --git a/src/mailman_pgp/archivers/remote.py b/src/mailman_pgp/archivers/remote.py
index 5969d07..3976f55 100644
--- a/src/mailman_pgp/archivers/remote.py
+++ b/src/mailman_pgp/archivers/remote.py
@@ -28,4 +28,5 @@ from zope.interface import implementer
@public
@implementer(IArchiver)
class RemoteArchiver:
+ """Remote PGP-enabled archiver."""
pass