summaryrefslogtreecommitdiffstats
path: root/ipa
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2016-02-18 16:02:46 +0100
committerMartin Basti <mbasti@redhat.com>2016-05-06 16:17:28 +0200
commit1ebd8334bc7da95f1edd64fc930e9cd6e3650534 (patch)
tree6d339dc30fe47b6ee8d0adf0d53d24a6c4cc4b8c /ipa
parent6adf86378108cdf8b0825277431419a5e803aeb5 (diff)
downloadfreeipa-1ebd8334bc7da95f1edd64fc930e9cd6e3650534.tar.gz
freeipa-1ebd8334bc7da95f1edd64fc930e9cd6e3650534.tar.xz
freeipa-1ebd8334bc7da95f1edd64fc930e9cd6e3650534.zip
Switch /usr/bin/ipa to Python 3
When building RPMs with Python 3 support, /usr/bin/ipa will now use Python 3. The in-tree ipa command will also run on Python 3. When building with make install, $(PYTHON) is honored and it will still default to Python 2. Part of the work for https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'ipa')
-rwxr-xr-xipa2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa b/ipa
index 9ef356868..342c54147 100755
--- a/ipa
+++ b/ipa
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
# Authors:
# Jason Gerard DeRose <jderose@redhat.com>