aboutsummaryrefslogtreecommitdiff
path: root/python/olm/_base.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-04-18 19:07:56 +0100
committerRichard van der Hoff <richard@matrix.org>2017-04-18 19:07:56 +0100
commited6ebb9a4d262c4e08858a09b7bb376901014c8b (patch)
tree4e084f6aa01398cf8ee9ba70ce8ee40f9421f45b /python/olm/_base.py
parent001dc1edaa4c5306fbb7c625202788458dadeafa (diff)
PEP8 for python bindings
make the python code adhere to PEP8
Diffstat (limited to 'python/olm/_base.py')
-rw-r--r--python/olm/_base.py1
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