Ignore the ldap module in pylint

This commit is contained in:
Guillaume Ayoub 2011-08-30 18:53:06 +02:00
parent 5749f7e651
commit f6cd0eee39

View File

@ -75,7 +75,7 @@ ignore-mixin-members=yes
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).
ignored-classes=ParseResult,radicale.config
ignored-classes=ParseResult,radicale.config,ldap
# When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members.