Revert "Switch /usr/bin/ipa to Python 3"

This reverts commit 1ebd8334bc.

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>
This commit is contained in:
Martin Basti
2016-06-10 10:38:55 +02:00
parent 2c7ec27ad9
commit ee08f3e237
2 changed files with 1 additions and 12 deletions

2
ipa
View File

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