diff options
Diffstat (limited to 'python/olm/_base.py')
-rw-r--r-- | python/olm/_base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/olm/_base.py b/python/olm/_base.py index 64cb98b..ad21d6f 100644 --- a/python/olm/_base.py +++ b/python/olm/_base.py @@ -12,5 +12,6 @@ lib.olm_error.restypes = c_size_t ERR = lib.olm_error() + class OlmError(Exception): pass |