From 61df5384faee1c38e4881a81a00183be6861ed6f Mon Sep 17 00:00:00 2001 From: Emile Anclin Date: Wed, 25 Nov 2009 18:45:19 +0100 Subject: moving stuff around to avoid circular imports --HG-- branch : rebuild --- protocols.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols.py') diff --git a/protocols.py b/protocols.py index b7962fe2..57039929 100644 --- a/protocols.py +++ b/protocols.py @@ -25,7 +25,8 @@ from __future__ import generators __doctype__ = "restructuredtext en" from logilab.astng import InferenceError, NoDefault, _nodes as nodes -from logilab.astng.infutils import copy_context, unpack_infer, \ +from logilab.astng.node_classes import unpack_infer +from logilab.astng.infutils import copy_context, \ raise_if_nothing_infered, yes_if_nothing_infered, Instance, Generator, YES from logilab.astng.nodes import Const, Class, Function, Tuple, List, \ const_factory -- cgit v1.2.1