diff options
author | Xiao-Long Chen <chenxiaolong@cxl.epac.to> | 2013-11-27 14:53:57 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-03 09:46:05 +0100 |
commit | 5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc (patch) | |
tree | dfca5a74b65ee88f7e9ccb868bc7c99b01f739af /install/po/pygettext.py | |
parent | 2a2f5ac4e68ed9a819ddc3de1d35366b2e2b58c7 (diff) | |
download | freeipa-5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc.tar.gz freeipa-5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc.tar.xz freeipa-5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc.zip |
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
Diffstat (limited to 'install/po/pygettext.py')
-rwxr-xr-x | install/po/pygettext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/po/pygettext.py b/install/po/pygettext.py index 5293ebf24..4e4212eba 100755 --- a/install/po/pygettext.py +++ b/install/po/pygettext.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/python2 # -*- coding: iso-8859-1 -*- # Originally written by Barry Warsaw <barry@zope.com> # |