aboutsummaryrefslogtreecommitdiff
path: root/python/olm/__init__.py
diff options
context:
space:
mode:
authorDamir Jelić <poljar@termina.org.uk>2018-07-08 12:19:15 +0200
committerHubert Chathi <hubert@uhoreg.ca>2018-07-18 17:44:32 -0400
commit2fccf44015dfb27865ddb50ed66afdedbd4e03e6 (patch)
treed0de620efb1e4871a8311685998eeb6f1508d777 /python/olm/__init__.py
parent0dc27f73c4c15f15e6507d0be7d152cf1ae26a41 (diff)
python: Remove the python bindings.
Signed-off-by: Damir Jelić <poljar@termina.org.uk>
Diffstat (limited to 'python/olm/__init__.py')
-rw-r--r--python/olm/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/olm/__init__.py b/python/olm/__init__.py
deleted file mode 100644
index f74cbcb..0000000
--- a/python/olm/__init__.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from .account import Account
-from .session import Session
-from .outbound_group_session import OutboundGroupSession
-from .inbound_group_session import InboundGroupSession
-from .utility import ed25519_verify