From 38e8719f728e6d54289507fe2c7f79f9272c45c0 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 23 Nov 2016 10:04:43 +0100 Subject: Python3 pylint fixes Sprinkle 'pylint disable' comments over the code base to silence a bunch of pylint warnings on Python 3. All silenced warnings are harmless and not bugs. https://fedorahosted.org/freeipa/ticket/4985 Signed-off-by: Christian Heimes Reviewed-By: Martin Basti --- client/ipa-client-automount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/ipa-client-automount b/client/ipa-client-automount index b4aa7e81b..53c05378a 100755 --- a/client/ipa-client-automount +++ b/client/ipa-client-automount @@ -39,7 +39,7 @@ import SSSDConfig from six.moves.urllib.parse import urlsplit # pylint: enable=import-error -from optparse import OptionParser +from optparse import OptionParser # pylint: disable=deprecated-module from ipalib import api, errors from ipapython import sysrestore from ipapython import ipautil -- cgit