diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-26 09:56:43 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-08-10 21:23:30 +0200 |
| commit | 3526320cb3bfdd58b33c90ca5bf6adc2c7ea24c9 (patch) | |
| tree | 08e9640d7a4ad96b3ab3bd2af35ccc2c8e1378d5 /tests/testdata/python3/data | |
| parent | 6e8699cef0888631bd827b096533fc6e894d2fb2 (diff) | |
| download | astroid-git-3526320cb3bfdd58b33c90ca5bf6adc2c7ea24c9.tar.gz | |
Remove use of deprecated node_classes and scoped_node API in astroid
Diffstat (limited to 'tests/testdata/python3/data')
| -rw-r--r-- | tests/testdata/python3/data/module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/python3/data/module.py b/tests/testdata/python3/data/module.py index 25913cbf..af4a75f7 100644 --- a/tests/testdata/python3/data/module.py +++ b/tests/testdata/python3/data/module.py @@ -2,7 +2,7 @@ """ __revision__ = '$Id: module.py,v 1.2 2005-11-02 11:56:54 syt Exp $' -from astroid.node_classes import Name as NameNode +from astroid.nodes.node_classes import Name as NameNode from astroid import modutils from astroid.utils import * import os.path |
