diff options
Diffstat (limited to 'manager.py')
-rw-r--r-- | manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,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._exceptions import ASTNGBuildingException +from logilab.astng.exceptions import ASTNGBuildingException def astng_wrapper(func, modname): """wrapper to give to ASTNGManager.project_from_files""" |