summaryrefslogtreecommitdiffstats
path: root/src/config
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/config
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/config')
-rwxr-xr-xsrc/config/SSSDConfigTest.py2
1 files changed, 1 insertions, 1 deletions
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