diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2010-10-06 14:16:29 +0200 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-10-06 14:16:29 +0200 |
commit | c47b06c4d84b00b3cba0b1f1758cf9ec54c0b6be (patch) | |
tree | 7c9384bc7668e85594a28f6f61838fcded90dd1c /checkers/variables.py | |
parent | 048554d2a0be95133fbcb668b5ab956bfdfca3a6 (diff) | |
download | pylint-c47b06c4d84b00b3cba0b1f1758cf9ec54c0b6be.tar.gz |
remove useless lgc.compat imports
Diffstat (limited to 'checkers/variables.py')
-rw-r--r-- | checkers/variables.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checkers/variables.py b/checkers/variables.py index 72e1bc5..d01cee0 100644 --- a/checkers/variables.py +++ b/checkers/variables.py @@ -18,7 +18,6 @@ from copy import copy -from logilab.common.compat import enumerate from logilab import astng from logilab.astng import are_exclusive, builtin_lookup |