summaryrefslogtreecommitdiff
path: root/checkers/utils.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-03-17 10:13:25 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-03-17 10:13:25 +0100
commit357fc2d802bd6342b55e415c92ffc9ae05f88f74 (patch)
treeab8b01efafadc3af5d95c8a0d915a37153a452b8 /checkers/utils.py
parent64cd2ea89700a7a645ae91d2e2f75b0ba0c11701 (diff)
downloadpylint-357fc2d802bd6342b55e415c92ffc9ae05f88f74.tar.gz
import are_exclusive from astng where it's defined
Diffstat (limited to 'checkers/utils.py')
-rw-r--r--checkers/utils.py2
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)