diff options
author | Damir Jelić <poljar@termina.org.uk> | 2019-04-02 12:54:00 +0200 |
---|---|---|
committer | Damir Jelić <poljar@termina.org.uk> | 2019-04-02 12:56:53 +0200 |
commit | 446628753b6283f6dcbf27589b2c18f93c71768b (patch) | |
tree | 18d2a6f6f230d2e1100d37c6e6f0ccada980d335 /python/olm/__init__.py | |
parent | d5c0eb9d20a17ec596784f53f3c9ffab0e9ad772 (diff) |
python: Add Short Authentication String bindings.
This patch adds bindings to the SAS part of the Olm library contained in
the sas.h header file.
Signed-off-by: Damir Jelić <poljar@termina.org.uk>
Diffstat (limited to 'python/olm/__init__.py')
-rw-r--r-- | python/olm/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/olm/__init__.py b/python/olm/__init__.py index 015c4f8..fe3e199 100644 --- a/python/olm/__init__.py +++ b/python/olm/__init__.py @@ -36,3 +36,4 @@ from .group_session import ( OutboundGroupSession, OlmGroupSessionError ) +from .sas import Sas, OlmSasError |