From 5b7da58601276b3ff3dd74261dfb8327511f6c5f Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 17 Jun 2015 22:41:49 +0300 Subject: astroid.utils.ASTWalker and astroid.utils.LocalsVisitor were moved to pylint.pyreverse.utils. --- astroid/tests/unittest_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astroid/tests/unittest_builder.py') diff --git a/astroid/tests/unittest_builder.py b/astroid/tests/unittest_builder.py index 7720d88e..9f0fbaf2 100644 --- a/astroid/tests/unittest_builder.py +++ b/astroid/tests/unittest_builder.py @@ -605,7 +605,7 @@ class FileBuildTest(unittest.TestCase): keys = sorted(_locals.keys()) should = ['MY_DICT', 'YO', 'YOUPI', '__revision__', 'global_access', 'modutils', 'four_args', - 'os', 'redirect', 'pb', 'LocalsVisitor', 'ASTWalker'] + 'os', 'redirect', 'pb'] should.sort() self.assertEqual(keys, sorted(should)) -- cgit v1.2.1