summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata/python2/data
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2015-07-25 15:51:06 +0200
committerFlorian Bruhin <me@the-compiler.org>2015-07-25 15:51:06 +0200
commit6231bd47fa4735565577fd37a9785aaf4345fe03 (patch)
tree94a9764c9ead60f08e800fda11945847975250a3 /astroid/tests/testdata/python2/data
parent01e49f1802d906bb689d9f6d268c20e8e334e9f5 (diff)
downloadastroid-6231bd47fa4735565577fd37a9785aaf4345fe03.tar.gz
Get rid of logilab.common.shellutils in test data.
Instead of logilab.common.shellutils.ProgressBar we use astroid.node_classes.Name now.
Diffstat (limited to 'astroid/tests/testdata/python2/data')
-rw-r--r--astroid/tests/testdata/python2/data/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/tests/testdata/python2/data/module.py b/astroid/tests/testdata/python2/data/module.py
index dc206e2..6a67b9b 100644
--- a/astroid/tests/testdata/python2/data/module.py
+++ b/astroid/tests/testdata/python2/data/module.py
@@ -2,7 +2,7 @@
"""
__revision__ = '$Id: module.py,v 1.2 2005-11-02 11:56:54 syt Exp $'
-from logilab.common.shellutils import ProgressBar as pb
+from astroid.node_classes import Name as NameNode
from astroid import modutils
from astroid.utils import *
import os.path