diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2009-11-25 17:27:23 +0100 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-11-25 17:27:23 +0100 |
| commit | 6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8 (patch) | |
| tree | 85d59842d94c26eed04b87d6a9e738ca6dbae311 /nodes.py | |
| parent | 0e0a115601ebbbaace352003299573450a4f1b31 (diff) | |
| download | astroid-git-6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8.tar.gz | |
trying to handle the imports
--HG--
branch : rebuild
Diffstat (limited to 'nodes.py')
| -rw-r--r-- | nodes.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 #################################################### |
