summaryrefslogtreecommitdiff
path: root/protocols.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-03-04 12:45:36 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-03-04 12:45:36 +0100
commitfb9de009d05656e580528fb86e0d2d13ce1c104b (patch)
treef9936d1e5749e13c9c4b1d77285858035c002110 /protocols.py
parent6999b05af2c2f3577c21768138f00e4d0e1cb762 (diff)
downloadastroid-git-fb9de009d05656e580528fb86e0d2d13ce1c104b.tar.gz
move all infutils stuff to bases.py
We will need path_wrapper in the default NodeNG.infer method and have to avoid circular import. --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 ff3d0e50..9b5c744b 100644
--- a/protocols.py
+++ b/protocols.py
@@ -26,7 +26,7 @@ __doctype__ = "restructuredtext en"
from logilab.astng import InferenceError, NoDefault
from logilab.astng.node_classes import unpack_infer
-from logilab.astng.infutils import copy_context, \
+from logilab.astng.bases import copy_context, \
raise_if_nothing_infered, yes_if_nothing_infered, Instance, Generator, YES
from logilab.astng.nodes import const_factory
from logilab.astng import nodes