summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-08-24 13:37:30 +0200
committerDavid Kupka <dkupka@redhat.com>2016-10-24 14:11:08 +0200
commit0d370a959b6b55f995661b2febe55c379065c4d9 (patch)
tree6aa1069568e2ef78634712328d84a64c4e0945fd /client
parent1077743d90902fc776f837f8486fa7f08b560673 (diff)
downloadfreeipa-0d370a959b6b55f995661b2febe55c379065c4d9.tar.gz
freeipa-0d370a959b6b55f995661b2febe55c379065c4d9.tar.xz
freeipa-0d370a959b6b55f995661b2febe55c379065c4d9.zip
pylint: enable the import-error check
Check for import errors with pylint to make sure new python package dependencies are not overlooked. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'client')
-rwxr-xr-xclient/ipa-client-automount2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/ipa-client-automount b/client/ipa-client-automount
index 88adb0a50..fc619d0c1 100755
--- a/client/ipa-client-automount
+++ b/client/ipa-client-automount
@@ -30,7 +30,9 @@ import tempfile
import gssapi
import SSSDConfig
+# pylint: disable=import-error
from six.moves.urllib.parse import urlsplit
+# pylint: enable=import-error
from optparse import OptionParser
from ipalib import api, errors