summaryrefslogtreecommitdiff
path: root/checkers/utils.py
diff options
context:
space:
mode:
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)