diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-11 00:56:00 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-11 00:56:00 +0300 |
commit | e1ed150407b1a14d07371d654516a685867735cf (patch) | |
tree | 4929605ff5ac2e477c8ea326dc2468e2fd6b7312 /astroid/nodes.py | |
parent | 8fabcdf098ab888853890183aa4ca4ebe7d470a2 (diff) | |
download | astroid-git-e1ed150407b1a14d07371d654516a685867735cf.tar.gz |
Fix trailing whitespaces and add the missing code that wasn't added in the previous commit.
Diffstat (limited to 'astroid/nodes.py')
-rw-r--r-- | astroid/nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/nodes.py b/astroid/nodes.py index 540caa94..67522e04 100644 --- a/astroid/nodes.py +++ b/astroid/nodes.py @@ -68,7 +68,7 @@ ALL_NODE_CLASSES = ( Decorators, DelAttr, DelName, Delete, Dict, DictComp, Expr, Ellipsis, EmptyNode, ExceptHandler, Exec, ExtSlice, - For, ImportFrom, FunctionDef, + For, ImportFrom, FunctionDef, Attribute, GeneratorExp, Global, If, IfExp, Import, Index, Keyword, |