diff options
Diffstat (limited to 'protocols.py')
-rw-r--r-- | protocols.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |