summaryrefslogtreecommitdiff
path: root/checkers/utils.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-09-22 15:26:39 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2010-09-22 15:26:39 +0200
commit97ef5afc42a85d63c03bbe90c4d2e6eeb27defdf (patch)
treef125c01a1d281acf90fea06f6926534f2dfa1c25 /checkers/utils.py
parent877b093312778c08408b0355334f41ae9c545d8e (diff)
downloadpylint-git-97ef5afc42a85d63c03bbe90c4d2e6eeb27defdf.tar.gz
python2.3 compat fixes
Diffstat (limited to 'checkers/utils.py')
-rw-r--r--checkers/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkers/utils.py b/checkers/utils.py
index 1d8b1f352..00e3577c6 100644
--- a/checkers/utils.py
+++ b/checkers/utils.py
@@ -19,6 +19,7 @@
"""
from logilab import astng
+from logilab.common.compat import set
try:
# python >= 2.4