From f6cd0eee399f3e3fbaae8d9b977efd7c1c484100 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 30 Aug 2011 18:53:06 +0200 Subject: [PATCH] Ignore the ldap module in pylint --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index e2004f0..5faf833 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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.