summaryrefslogtreecommitdiff
path: root/builder.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-12-02 10:53:33 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-12-02 10:53:33 +0100
commit3fc0d3116ca78b616ba7105a91f5ee6caf2d62b4 (patch)
treec45650542a392c94b3ef0b78e51ee03c343c00f4 /builder.py
parenta3304a6ccc7a193c266302df3229629a2815d245 (diff)
downloadastroid-3fc0d3116ca78b616ba7105a91f5ee6caf2d62b4.tar.gz
reduce circular imports I: import exceptions directly
- rename exceptions module: it's exported to Pylint anyway
Diffstat (limited to 'builder.py')
-rw-r--r--builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder.py b/builder.py
index 16b41be..4e855b1 100644
--- a/builder.py
+++ b/builder.py
@@ -35,7 +35,7 @@ from inspect import isdatadescriptor
from logilab.common.modutils import modpath_from_file
-from logilab.astng._exceptions import ASTNGBuildingException, InferenceError
+from logilab.astng.exceptions import ASTNGBuildingException, InferenceError
from logilab.astng.raw_building import build_module, object_build_class, \
object_build_function, object_build_datadescriptor, attach_dummy_node, \
object_build_methoddescriptor, attach_const_node, attach_import_node