summaryrefslogtreecommitdiff
path: root/manager.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-09-03 18:43:34 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2009-09-03 18:43:34 +0200
commit8d751495a31b40d6fb0ccffb3b1349c5fceca9ec (patch)
tree154a11d45c9b5eafc9446a8671a1474b9e78b704 /manager.py
parent2ec6ae811ff52ed61c43db078b2b84985e45d706 (diff)
downloadastroid-git-8d751495a31b40d6fb0ccffb3b1349c5fceca9ec.tar.gz
[R] de-monkeypatching real_name and block_range
Diffstat (limited to 'manager.py')
-rw-r--r--manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.py b/manager.py
index b96b6109..6e015858 100644
--- a/manager.py
+++ b/manager.py
@@ -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"""