diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2014-06-06 14:51:43 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-06-18 14:48:43 +0200 |
commit | 73b68aa708e1ffa0e0ab5b021fa93ff3a0f484b1 (patch) | |
tree | 646c60d4ab4879d504a90bed13f0a28eec3a43c6 /src/tests/python-test.py | |
parent | edf96099f719e591e98be20af416a32cb4aeea73 (diff) | |
download | sssd-73b68aa708e1ffa0e0ab5b021fa93ff3a0f484b1.tar.gz sssd-73b68aa708e1ffa0e0ab5b021fa93ff3a0f484b1.tar.xz sssd-73b68aa708e1ffa0e0ab5b021fa93ff3a0f484b1.zip |
Use python2 in shebang for python scripts.
https://fedorahosted.org/sssd/ticket/2356
The python scripts are not tested with python3 and /usr/bin/python can be
symbolic link to python3 on some distributions.
Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/tests/python-test.py')
-rw-r--r-- | src/tests/python-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/python-test.py b/src/tests/python-test.py index e1eaab2d1..81e09c4bb 100644 --- a/src/tests/python-test.py +++ b/src/tests/python-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 #coding=utf-8 # Authors: |