summaryrefslogtreecommitdiff
path: root/pylint/test/test_import_graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/test_import_graph.py')
-rw-r--r--pylint/test/test_import_graph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/test/test_import_graph.py b/pylint/test/test_import_graph.py
index 2b41536..edef0db 100644
--- a/pylint/test/test_import_graph.py
+++ b/pylint/test/test_import_graph.py
@@ -18,8 +18,8 @@ class DependenciesGraphTC(unittest.TestCase):
os.remove(self.dest)
def test_dependencies_graph(self):
- imports.dependencies_graph(self.dest, {'labas': ['hoho', 'yep'],
- 'hoho': ['yep']})
+ imports._dependencies_graph(self.dest, {'labas': ['hoho', 'yep'],
+ 'hoho': ['yep']})
with open(self.dest) as stream:
self.assertEqual(stream.read().strip(),
'''