diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-17 18:10:56 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-17 18:10:56 +0100 |
commit | bb8f7f0f6a7bf8440b16f5c17724a5b197b5e205 (patch) | |
tree | 553072cb6633f387e6f94984ee89e8b9f0e88006 /builder.py | |
parent | cd39af0ef8fb8c1d4f9c9c3cfe2cdf86760ef09a (diff) | |
download | astroid-git-bb8f7f0f6a7bf8440b16f5c17724a5b197b5e205.tar.gz |
pylint fixes
--HG--
branch : _ast_compat
Diffstat (limited to 'builder.py')
-rw-r--r-- | builder.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -36,10 +36,8 @@ from inspect import isdatadescriptor from logilab.common.fileutils import norm_read from logilab.common.modutils import modpath_from_file -from logilab.astng import nodes -from logilab.astng._exceptions import ASTNGBuildingException, InferenceError +from logilab.astng._exceptions import ASTNGBuildingException from logilab.astng.rebuilder import RebuildVisitor -from logilab.astng.nodes_as_string import as_string from logilab.astng.raw_building import * try: |