summaryrefslogtreecommitdiff
path: root/astroid/nodes.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-11 00:56:00 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-11 00:56:00 +0300
commite1ed150407b1a14d07371d654516a685867735cf (patch)
tree4929605ff5ac2e477c8ea326dc2468e2fd6b7312 /astroid/nodes.py
parent8fabcdf098ab888853890183aa4ca4ebe7d470a2 (diff)
downloadastroid-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.py2
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,