summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-01-28 16:10:12 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-13 18:36:50 +0100
commitd0a95d87f41721bb57149471897cc920a8730c20 (patch)
tree1483c49484f212b6c07b8b82491a9d5682aadbf3 /src/tests
parentaf8e9134176b4517ecfdd2e10e6204fd3f0ad765 (diff)
downloadsssd-d0a95d87f41721bb57149471897cc920a8730c20.tar.gz
sssd-d0a95d87f41721bb57149471897cc920a8730c20.tar.xz
sssd-d0a95d87f41721bb57149471897cc920a8730c20.zip
Remove strict requirements of python2
* fix hashbangs * remove strict requirements of python2 in build system Resolves: https://fedorahosted.org/sssd/ticket/2017 Reviewed-by: Petr Viktorin <pviktori@redhat.com> (cherry picked from commit e8058322725ba050014777ee2484f7e833ab1e3a)
Diffstat (limited to 'src/tests')
-rwxr-xr-xsrc/tests/pyhbac-test.py2
-rwxr-xr-xsrc/tests/pysss_murmur-test.py2
-rw-r--r--src/tests/python-test.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/pyhbac-test.py b/src/tests/pyhbac-test.py
index b7f27026b..0abc5703d 100755
--- a/src/tests/pyhbac-test.py
+++ b/src/tests/pyhbac-test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python
from __future__ import print_function
import unittest
diff --git a/src/tests/pysss_murmur-test.py b/src/tests/pysss_murmur-test.py
index 41cb350f7..0b28f45e6 100755
--- a/src/tests/pysss_murmur-test.py
+++ b/src/tests/pysss_murmur-test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python
# SSSD
#
# Unit tests for pysss_murmur
diff --git a/src/tests/python-test.py b/src/tests/python-test.py
index 9967d1b5f..08ac5973f 100644
--- a/src/tests/python-test.py
+++ b/src/tests/python-test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python
#coding=utf-8
# Authors: