diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-17 20:11:57 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-17 20:11:57 +0100 |
commit | 3d74bd39cf0066e2712e07c225d65924f6f70d1c (patch) | |
tree | 2593e6fdeaf30eab3b06c062300c5511b330b37f | |
parent | 7f2882efd0aa7ec64412bfe30eacfd371c8c2e66 (diff) | |
download | astroid-git-3d74bd39cf0066e2712e07c225d65924f6f70d1c.tar.gz |
missing import
--HG--
branch : _ast_compat
-rw-r--r-- | lookup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ __docformat__ = "restructuredtext en" import __builtin__ -from logilab.astng import MANAGER, nodes +from logilab.astng import MANAGER, NotFoundError, nodes from logilab.astng.infutils import are_exclusive, copy_context, _infer_stmts |