From e8058322725ba050014777ee2484f7e833ab1e3a Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 28 Jan 2015 16:10:12 +0100 Subject: 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 --- src/tests/python-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/python-test.py') diff --git a/src/tests/python-test.py b/src/tests/python-test.py index 9967d1b5..08ac5973 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: -- cgit