Use /usr/bin/python2

Part of the effort to port FreeIPA to Arch Linux,
where Python 3 is the default.

FreeIPA hasn't been ported to Python 3, so the code must be modified to
run /usr/bin/python2

https://fedorahosted.org/freeipa/ticket/3438

Updated by pviktori@redhat.com
This commit is contained in:
Xiao-Long Chen
2013-11-27 14:53:57 +01:00
committed by Martin Kosek
parent 2a2f5ac4e6
commit 5e96fbc22a
54 changed files with 60 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# Authors:
# Jason Gerard DeRose <jderose@redhat.com>