From a9a13530988c616b331545ea02f539d39df64e27 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 3 May 2016 15:53:12 +0200 Subject: Fix remaining relative import and enable Pylint check Relative imports are not supported in Python 3. Part of the work for: https://fedorahosted.org/freeipa/ticket/4985 Reviewed-By: Martin Basti --- pylintrc | 1 - 1 file changed, 1 deletion(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index 424d76249..7ef441844 100644 --- a/pylintrc +++ b/pylintrc @@ -39,7 +39,6 @@ disable= redefine-in-handler, redefined-builtin, redefined-outer-name, - relative-import, super-init-not-called, undefined-loop-variable, unnecessary-lambda, -- cgit