summaryrefslogtreecommitdiff
path: root/mixins.py
diff options
context:
space:
mode:
Diffstat (limited to 'mixins.py')
-rw-r--r--mixins.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mixins.py b/mixins.py
index 72899005..911c2e1a 100644
--- a/mixins.py
+++ b/mixins.py
@@ -33,7 +33,8 @@
"""
-from logilab.astng import ASTNGBuildingException, InferenceError, NotFoundError
+from logilab.astng.exceptions import (ASTNGBuildingException, InferenceError,
+ NotFoundError)
from logilab.astng.bases import BaseClass
# /!\ We cannot build a StmtNode(NodeNG) class since modifying "__bases__"