diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2010-09-22 15:26:39 +0200 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-09-22 15:26:39 +0200 |
| commit | 97ef5afc42a85d63c03bbe90c4d2e6eeb27defdf (patch) | |
| tree | f125c01a1d281acf90fea06f6926534f2dfa1c25 /checkers/utils.py | |
| parent | 877b093312778c08408b0355334f41ae9c545d8e (diff) | |
| download | pylint-git-97ef5afc42a85d63c03bbe90c4d2e6eeb27defdf.tar.gz | |
python2.3 compat fixes
Diffstat (limited to 'checkers/utils.py')
| -rw-r--r-- | checkers/utils.py | 1 |
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 |
