diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-10 09:14:29 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-20 15:25:43 +0100 |
commit | 7ccaae564aa0d62aecd50e0cd05cc11af58b2d25 (patch) | |
tree | 822d1d19b3104973684cf0632c29b6fe07ab7d61 /python/test_olm.sh | |
parent | acae4e84386056e80eb4bb633fcdf03375c087ea (diff) |
Refactor python wrappers
Split the python wrappers into separate modules
Diffstat (limited to 'python/test_olm.sh')
-rwxr-xr-x | python/test_olm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test_olm.sh b/python/test_olm.sh index 78cd3c2..b575cbf 100755 --- a/python/test_olm.sh +++ b/python/test_olm.sh @@ -1,6 +1,6 @@ #! /bin/bash -OLM="$(dirname $0)/olm.py" +OLM="python -m olm" ALICE_ACCOUNT=alice.account ALICE_SESSION=alice.session |