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/logging.py | |
| parent | 877b093312778c08408b0355334f41ae9c545d8e (diff) | |
| download | pylint-git-97ef5afc42a85d63c03bbe90c4d2e6eeb27defdf.tar.gz | |
python2.3 compat fixes
Diffstat (limited to 'checkers/logging.py')
| -rw-r--r-- | checkers/logging.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checkers/logging.py b/checkers/logging.py index 54ca97367..c71b46bbb 100644 --- a/checkers/logging.py +++ b/checkers/logging.py @@ -17,6 +17,7 @@ from logilab import astng from pylint import checkers from pylint import interfaces +from logilab.common.compat import set EAGER_STRING_INTERPOLATION = 'W6501' |
