diff options
author | Ceridwen <ceridwenv@gmail.com> | 2015-07-11 17:02:33 -0400 |
---|---|---|
committer | Ceridwen <ceridwenv@gmail.com> | 2015-07-11 17:02:33 -0400 |
commit | b63c90162e44e932b9ecc64ff8fa46cf66079c1c (patch) | |
tree | 94871910e289305d54926e558c66328d687d96ce /astroid/scoped_nodes.py | |
parent | e6216b82884f324cc41a834725d2a992077d6a2d (diff) | |
parent | b1824e8f74232fac14e2600c28d53a320a94510e (diff) | |
download | astroid-git-b63c90162e44e932b9ecc64ff8fa46cf66079c1c.tar.gz |
Merge logilab/astroid again
Diffstat (limited to 'astroid/scoped_nodes.py')
-rw-r--r-- | astroid/scoped_nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/scoped_nodes.py b/astroid/scoped_nodes.py index 17ab975c..74cf42a7 100644 --- a/astroid/scoped_nodes.py +++ b/astroid/scoped_nodes.py @@ -1339,7 +1339,7 @@ class ClassDef(bases.Statement, LocalsDictNodeNG, mixins.FilterStmtsMixin): try: inferred._proxied.getattr('__get__', context) except exceptions.NotFoundError: - yield inferred + yield inferred else: yield bases.YES else: |