summaryrefslogtreecommitdiff
path: root/protocols.py
diff options
context:
space:
mode:
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 ############################################################