summaryrefslogtreecommitdiffstats
path: root/ipa
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-10 10:38:55 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-14 13:07:04 +0200
commitee08f3e237cb3668c06307aad74e47eb20080474 (patch)
tree702f1a3f12a65b6364540c795658f40d232e4fe4 /ipa
parent2c7ec27ad94a5a369c7d8a45dcef66a18479900b (diff)
downloadfreeipa-ee08f3e237cb3668c06307aad74e47eb20080474.tar.gz
freeipa-ee08f3e237cb3668c06307aad74e47eb20080474.tar.xz
freeipa-ee08f3e237cb3668c06307aad74e47eb20080474.zip
Revert "Switch /usr/bin/ipa to Python 3"
This reverts commit 1ebd8334bc7da95f1edd64fc930e9cd6e3650534. Switch 'ipa' command to py3 has been done prematurely, thus this commit reverts it from IPA 4.3.2 and temporarily from master because it is blocker for developing of the new features. https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipa')
-rwxr-xr-xipa2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa b/ipa
index 342c54147..9ef356868 100755
--- a/ipa
+++ b/ipa
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/python2
# Authors:
# Jason Gerard DeRose <jderose@redhat.com>