diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2009-09-03 18:43:34 +0200 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-09-03 18:43:34 +0200 |
| commit | 8d751495a31b40d6fb0ccffb3b1349c5fceca9ec (patch) | |
| tree | 154a11d45c9b5eafc9446a8671a1474b9e78b704 /manager.py | |
| parent | 2ec6ae811ff52ed61c43db078b2b84985e45d706 (diff) | |
| download | astroid-git-8d751495a31b40d6fb0ccffb3b1349c5fceca9ec.tar.gz | |
[R] de-monkeypatching real_name and block_range
Diffstat (limited to 'manager.py')
| -rw-r--r-- | manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ from logilab.common.modutils import NoSourceFile, is_python_source, \ get_module_files, get_source_file, zipimport from logilab.common.configuration import OptionsProviderMixIn -from logilab.astng import ASTNGBuildingException, nodes, infutils +from logilab.astng import ASTNGBuildingException, _nodes as nodes, infutils def astng_wrapper(func, modname): """wrapper to give to ASTNGManager.project_from_files""" |
