summaryrefslogtreecommitdiff
path: root/inference.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-11-25 17:27:23 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-11-25 17:27:23 +0100
commit6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8 (patch)
tree85d59842d94c26eed04b87d6a9e738ca6dbae311 /inference.py
parent0e0a115601ebbbaace352003299573450a4f1b31 (diff)
downloadastroid-git-6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8.tar.gz
trying to handle the imports
--HG-- branch : rebuild
Diffstat (limited to 'inference.py')
-rw-r--r--inference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/inference.py b/inference.py
index d8f67c97..9e60662f 100644
--- a/inference.py
+++ b/inference.py
@@ -30,7 +30,7 @@ try:
except NameError:
class GeneratorExit(Exception): pass
-from logilab.astng import MANAGER, _nodes as nodes, raw_building
+from logilab.astng import MANAGER, nodes, raw_building
from logilab.astng import ASTNGError, InferenceError, UnresolvableName, \
NoDefault, NotFoundError, ASTNGBuildingException
from logilab.astng.infutils import YES, Instance, InferenceContext, \