aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/archivers/remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/archivers/remote.py')
-rw-r--r--src/mailman_pgp/archivers/remote.py1
1 files changed, 1 insertions, 0 deletions
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