summaryrefslogtreecommitdiff
path: root/protocols.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 /protocols.py
parent0e0a115601ebbbaace352003299573450a4f1b31 (diff)
downloadastroid-git-6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8.tar.gz
trying to handle the imports
--HG-- branch : rebuild
Diffstat (limited to 'protocols.py')
-rw-r--r--protocols.py2
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 ############################################################