summaryrefslogtreecommitdiffstats
path: root/ipapython/nsslib.py
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 /ipapython/nsslib.py
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 'ipapython/nsslib.py')
-rw-r--r--ipapython/nsslib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipapython/nsslib.py b/ipapython/nsslib.py
index f9f64c193..08d05fc83 100644
--- a/ipapython/nsslib.py
+++ b/ipapython/nsslib.py
@@ -35,6 +35,7 @@ import nss.error as error
try:
import httplib
except ImportError:
+ # pylint: disable=import-error
import http.client as httplib
# NSS database currently open