summaryrefslogtreecommitdiff
path: root/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'nodes.py')
-rw-r--r--nodes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nodes.py b/nodes.py
index a714f711..244b43c8 100644
--- a/nodes.py
+++ b/nodes.py
@@ -54,7 +54,6 @@ from logilab.astng.node_classes import (Arguments, AssAttr, AssName, Assert,
List, ListComp, Name, Pass, Print, Raise, Return, Slice, Subscript,
TryExcept, TryFinally, Tuple, UnaryOp, While, With, Yield)
from logilab.astng.scoped_nodes import Module, GenExpr, Lambda, Function, Class
-from logilab.astng.lookup import LookupMixIn
# astng fields definition ####################################################