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/config/SSSDConfigTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 865079fea..3a5312ea9 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python ''' Created on Sep 18, 2009 -- cgit