diff options
Diffstat (limited to 'python/olm/__init__.py')
-rw-r--r-- | python/olm/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/olm/__init__.py b/python/olm/__init__.py index 7b7423b..1168886 100644 --- a/python/olm/__init__.py +++ b/python/olm/__init__.py @@ -40,6 +40,8 @@ from .pk import ( PkMessage, PkEncryption, PkDecryption, + PkSigning, PkEncryptionError, - PkDecryptionError + PkDecryptionError, + PkSigningError ) |