diff options
Diffstat (limited to 'rebuilder.py')
-rw-r--r-- | rebuilder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuilder.py b/rebuilder.py index 2d89af9c..9330711c 100644 --- a/rebuilder.py +++ b/rebuilder.py @@ -46,7 +46,7 @@ from _ast import (Expr as Discard, Str, Eq, Gt, GtE, In, Is, IsNot, Lt, LtE, NotEq, NotIn, ) -from logilab.astng import ASTNGBuildingException +from logilab.astng.exceptions import ASTNGBuildingException from logilab.astng import nodes as new |