diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2009-11-25 17:27:23 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-11-25 17:27:23 +0100 |
commit | 6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8 (patch) | |
tree | 85d59842d94c26eed04b87d6a9e738ca6dbae311 /inference.py | |
parent | 0e0a115601ebbbaace352003299573450a4f1b31 (diff) | |
download | astroid-git-6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8.tar.gz |
trying to handle the imports
--HG--
branch : rebuild
Diffstat (limited to 'inference.py')
-rw-r--r-- | inference.py | 2 |
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, \ |