Commit 6f848035 authored by iannucci@chromium.org's avatar iannucci@chromium.org

Add multiprocessing.managers.SyncManager to pylintrc generated-members

Because it's generated :)


R=maruel@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/11439022

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@171518 0039d316-1c4b-4281-b951-d872f2087c98
parent 6bf2b45c
...@@ -125,7 +125,7 @@ zope=no ...@@ -125,7 +125,7 @@ zope=no
# List of members which are set dynamically and missed by pylint inference # 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 E0201 when accessed. Python regular
# expressions are accepted. # expressions are accepted.
generated-members=REQUEST,acl_users,aq_parent generated-members=REQUEST,acl_users,aq_parent,multiprocessing.managers.SyncManager
[MISCELLANEOUS] [MISCELLANEOUS]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment