From 7ccaae564aa0d62aecd50e0cd05cc11af58b2d25 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 10 May 2016 09:14:29 +0100 Subject: Refactor python wrappers Split the python wrappers into separate modules --- python/test_olm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/test_olm.sh') 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 -- cgit v1.2.3