From 7e56b4bbd79d9d42af23babc7496dd15d85d28ea Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 5 Jan 2016 08:49:04 +0100 Subject: 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 --- ipapython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/Makefile') 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 \ -- cgit