summaryrefslogtreecommitdiff
path: root/nodes.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-11-25 17:27:23 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-11-25 17:27:23 +0100
commit6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8 (patch)
tree85d59842d94c26eed04b87d6a9e738ca6dbae311 /nodes.py
parent0e0a115601ebbbaace352003299573450a4f1b31 (diff)
downloadastroid-git-6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8.tar.gz
trying to handle the imports
--HG-- branch : rebuild
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 ####################################################