summaryrefslogtreecommitdiff
path: root/astroid/scoped_nodes.py
diff options
context:
space:
mode:
authorCeridwen <ceridwenv@gmail.com>2015-07-11 17:02:33 -0400
committerCeridwen <ceridwenv@gmail.com>2015-07-11 17:02:33 -0400
commitb63c90162e44e932b9ecc64ff8fa46cf66079c1c (patch)
tree94871910e289305d54926e558c66328d687d96ce /astroid/scoped_nodes.py
parente6216b82884f324cc41a834725d2a992077d6a2d (diff)
parentb1824e8f74232fac14e2600c28d53a320a94510e (diff)
downloadastroid-git-b63c90162e44e932b9ecc64ff8fa46cf66079c1c.tar.gz
Merge logilab/astroid again
Diffstat (limited to 'astroid/scoped_nodes.py')
-rw-r--r--astroid/scoped_nodes.py2
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: