summaryrefslogtreecommitdiffstats
path: root/make-lint
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-01-17 07:07:17 -0500
committerMartin Kosek <mkosek@redhat.com>2013-03-01 16:59:42 +0100
commita8c0bf0c85e5cc73a4d7035fdcf1386600911a9a (patch)
treef42e7257886d3d609c455b9dddf76a1a97b36075 /make-lint
parent7e1495b404f6d7dd2a8c779736e62f28fc2311ea (diff)
downloadfreeipa-a8c0bf0c85e5cc73a4d7035fdcf1386600911a9a.tar.gz
freeipa-a8c0bf0c85e5cc73a4d7035fdcf1386600911a9a.tar.xz
freeipa-a8c0bf0c85e5cc73a4d7035fdcf1386600911a9a.zip
Use explicit loggers in ldap2 code
This change makes it easier to see what is going on, in addition to getting rid of pylint exceptions. Also, make logging imports use explicit names instead of `import *`. Part of the work for: https://fedorahosted.org/freeipa/ticket/2660
Diffstat (limited to 'make-lint')
-rwxr-xr-xmake-lint2
1 files changed, 0 insertions, 2 deletions
diff --git a/make-lint b/make-lint
index 7c5ec9245..fa5aae7d8 100755
--- a/make-lint
+++ b/make-lint
@@ -86,8 +86,6 @@ class IPATypeChecker(TypeChecker):
'ipalib.session.SessionAuthManager': LOGGING_ATTRS,
'ipalib.session.SessionManager': LOGGING_ATTRS,
'ipaserver.install.ldapupdate.LDAPUpdate': LOGGING_ATTRS,
- 'ipaserver.plugins.ldap2.IPASimpleLDAPObject': LOGGING_ATTRS,
- 'ipaserver.plugins.ldap2.SchemaCache': LOGGING_ATTRS,
'ipaserver.rpcserver.KerberosSession': ['api'] + LOGGING_ATTRS,
}