diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2015-11-01 17:27:32 +0200 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-11-01 17:27:32 +0200 |
| commit | 1f09b9999e3e6b531dc94ef9b773603b2dc7bd1d (patch) | |
| tree | 6441ac6293a01071320493c70a9e7267f10a3d26 /astroid/protocols.py | |
| parent | ed55a71b683ffed033aff943e5d76649bb3c03fc (diff) | |
| download | astroid-git-1f09b9999e3e6b531dc94ef9b773603b2dc7bd1d.tar.gz | |
Move node_classes and scoped_nodes into the tree namespace.
Diffstat (limited to 'astroid/protocols.py')
| -rw-r--r-- | astroid/protocols.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/protocols.py b/astroid/protocols.py index 623e151a..003d8c37 100644 --- a/astroid/protocols.py +++ b/astroid/protocols.py @@ -29,7 +29,7 @@ from astroid import arguments from astroid import context as contextmod from astroid import exceptions from astroid import decorators -from astroid import node_classes +from astroid.tree import node_classes from astroid import helpers from astroid import nodes from astroid.runtime import objects |
