diff options
author | Jan Cholasta <jcholast@redhat.com> | 2016-01-05 08:49:04 +0100 |
---|---|---|
committer | Tomas Babej <tbabej@redhat.com> | 2016-01-15 13:39:52 +0100 |
commit | 7e56b4bbd79d9d42af23babc7496dd15d85d28ea (patch) | |
tree | 3716b9a6747789dd37554bd7e2fb5b49ef193e1e /ipapython/Makefile | |
parent | 58c42ddac0964a8cce7c1e1faa7516da53f028ad (diff) | |
download | freeipa-7e56b4bbd79d9d42af23babc7496dd15d85d28ea.tar.gz freeipa-7e56b4bbd79d9d42af23babc7496dd15d85d28ea.tar.xz freeipa-7e56b4bbd79d9d42af23babc7496dd15d85d28ea.zip |
ipapython: remove default_encoding_utf8
Replace the "import default_encoding_utf8" in ipalib/cli.py with equivalent
Python code.
https://fedorahosted.org/freeipa/ticket/5596
Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipapython/Makefile')
-rw-r--r-- | ipapython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/Makefile b/ipapython/Makefile index 833f3cdc5..201c5894d 100644 --- a/ipapython/Makefile +++ b/ipapython/Makefile @@ -1,7 +1,7 @@ PYTHON ?= /usr/bin/python2 PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib())") -SUBDIRS = py_default_encoding ipap11helper +SUBDIRS = ipap11helper all: @for subdir in $(SUBDIRS); do \ |