diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-17 10:13:25 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-17 10:13:25 +0100 |
commit | 357fc2d802bd6342b55e415c92ffc9ae05f88f74 (patch) | |
tree | ab8b01efafadc3af5d95c8a0d915a37153a452b8 /checkers/utils.py | |
parent | 64cd2ea89700a7a645ae91d2e2f75b0ba0c11701 (diff) | |
download | pylint-357fc2d802bd6342b55e415c92ffc9ae05f88f74.tar.gz |
import are_exclusive from astng where it's defined
Diffstat (limited to 'checkers/utils.py')
-rw-r--r-- | checkers/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/utils.py b/checkers/utils.py index 9e518df..803aebb 100644 --- a/checkers/utils.py +++ b/checkers/utils.py @@ -19,7 +19,7 @@ """ from logilab import astng -from logilab.astng.utils import are_exclusive + try: # python >= 2.4 COMP_NODE_TYPES = (astng.ListComp, astng.GenExpr) |