summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-18 11:27:12 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-18 11:27:12 +0300
commitda00c7e85d8271b61d9c3d1b002d00580cae0baf (patch)
treee5117e931fb7f388d478e6622923c2899732329c
parent494d8788f2b6da18ad749e7c329103d75563b994 (diff)
downloadpylint-da00c7e85d8271b61d9c3d1b002d00580cae0baf.tar.gz
Remove zope specific members from generated-members.
-rw-r--r--pylint/checkers/typecheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py
index 736c28a..e2b36b5 100644
--- a/pylint/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
@@ -226,7 +226,7 @@ should not be checked (useful for classes with attributes dynamically set).'}
of Zope acquired attributes to generated-members.'}
),
('generated-members',
- {'default' : ('REQUEST', 'acl_users', 'aq_parent'),
+ {'default' : (),
'type' : 'string',
'metavar' : '<members names>',
'help' : 'List of members which are set dynamically and \