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 /protocols.py | |
parent | 0e0a115601ebbbaace352003299573450a4f1b31 (diff) | |
download | astroid-git-6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8.tar.gz |
trying to handle the imports
--HG--
branch : rebuild
Diffstat (limited to 'protocols.py')
-rw-r--r-- | protocols.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols.py b/protocols.py index 492f3e91..b7962fe2 100644 --- a/protocols.py +++ b/protocols.py @@ -27,7 +27,7 @@ __doctype__ = "restructuredtext en" from logilab.astng import InferenceError, NoDefault, _nodes as nodes from logilab.astng.infutils import copy_context, unpack_infer, \ raise_if_nothing_infered, yes_if_nothing_infered, Instance, Generator, YES -from logilab.astng._nodes import Const, Class, Function, Tuple, List, \ +from logilab.astng.nodes import Const, Class, Function, Tuple, List, \ const_factory # unary operations ############################################################ |