diff options
Diffstat (limited to 'protocols.py')
| -rw-r--r-- | protocols.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols.py b/protocols.py index 301ef0fc..dba1834e 100644 --- a/protocols.py +++ b/protocols.py @@ -26,7 +26,7 @@ from __future__ import generators __doctype__ = "restructuredtext en" -from logilab.astng import InferenceError, NoDefault +from logilab.astng.exceptions import InferenceError, NoDefault from logilab.astng.node_classes import unpack_infer from logilab.astng.bases import copy_context, \ raise_if_nothing_infered, yes_if_nothing_infered, Instance, Generator, YES |
