aboutsummaryrefslogtreecommitdiff
path: root/python/olm/account.py
AgeCommit message (Collapse)Author
2016-10-02fix missing ctypes function signaturesMatthew Hodgson
These missing signatures were causing OSX to truncate 64-bit pointers to 32-bit pointers when calling the missing methods, causing segfaults
2016-05-20Refactor python wrappersRichard van der Hoff
Split the python wrappers into separate modules