diff options
Diffstat (limited to 'python/olm.py')
-rwxr-xr-x | python/olm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/olm.py b/python/olm.py index 4bd85f0..b048844 100755 --- a/python/olm.py +++ b/python/olm.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python from ctypes import * import json import os |