From 23964f3ed528b42b289b7a0fa9d14f03affe1e68 Mon Sep 17 00:00:00 2001 From: Anentropic Date: Wed, 18 Nov 2015 12:07:22 +0000 Subject: error E0201 is obsolete - now E1101 --- examples/pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/pylintrc b/examples/pylintrc index 9c3a589..9a2a777 100644 --- a/examples/pylintrc +++ b/examples/pylintrc @@ -235,7 +235,7 @@ ignored-classes=SQLObject zope=no # List of members which are set dynamically and missed by pylint inference -# system, and so shouldn't trigger E0201 when accessed. Python regular +# system, and so shouldn't trigger E1101 when accessed. Python regular # expressions are accepted. generated-members=REQUEST,acl_users,aq_parent -- cgit v1.2.1