diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-15 11:18:18 +0100 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-15 11:18:18 +0100 |
| commit | e0296d8ad72f27d8e7899d5ec38827081e6f47a0 (patch) | |
| tree | da416815ab29e2942ef1cc3a00baa382960c0de3 /utils.py | |
| parent | 703175e78335e5d6ea0ade701bd93bf23a3dec5b (diff) | |
| download | pylint-git-e0296d8ad72f27d8e7899d5ec38827081e6f47a0.tar.gz | |
remove more 2.4 compat
Diffstat (limited to 'utils.py')
| -rw-r--r-- | utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ from logilab.common.modutils import modpath_from_file, get_module_files, \ from logilab.common.textutils import normalize_text from logilab.common.configuration import rest_format_section from logilab.common.ureports import Section -from logilab.common.compat import set from logilab.astng import nodes, Module |
