summaryrefslogtreecommitdiff
path: root/memoryhole/openpgp.py
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2016-07-06 16:38:35 +0200
committerRuben Pollan <meskio@sindominio.net>2016-07-06 16:38:35 +0200
commitaafba6d33f8af1d4967d069999b9fb0052ebcd65 (patch)
tree777a6b53c3edf0feccefe36efc6024564c416e03 /memoryhole/openpgp.py
parentc0ae8b109a21fad1c2ff56db0768c16b78f6a5f7 (diff)
[feat] use a config class for the protect function
Diffstat (limited to 'memoryhole/openpgp.py')
-rw-r--r--memoryhole/openpgp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memoryhole/openpgp.py b/memoryhole/openpgp.py
index ac5cb6e..3cefc3c 100644
--- a/memoryhole/openpgp.py
+++ b/memoryhole/openpgp.py
@@ -1,7 +1,7 @@
from zope.interface import Interface
-class OpenPGP(Interface):
+class IOpenPGP(Interface):
def encrypt(data, encraddr, singaddr):
"""
Encrypt and sign data.