diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-06 15:54:01 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-06 15:54:01 +0100 |
commit | 4baba8df47959bd16db13cc866c2df7892829b46 (patch) | |
tree | 5dfa36ede008b5fd6357514443915e9a2f585b62 /patchcomptransformer.py | |
parent | 84f056cbeb445bc173f4782e3f763cce6bbdab29 (diff) | |
download | astroid-git-4baba8df47959bd16db13cc866c2df7892829b46.tar.gz |
no more astutils
--HG--
branch : _ast_compat
Diffstat (limited to 'patchcomptransformer.py')
-rw-r--r-- | patchcomptransformer.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/patchcomptransformer.py b/patchcomptransformer.py index 18ca95d0..c8c3407b 100644 --- a/patchcomptransformer.py +++ b/patchcomptransformer.py @@ -25,8 +25,6 @@ from compiler import transformer from logilab.astng import nodes -from logilab.astng.astutils import cvrtr - def fromto_lineno(asttuple): """return the minimum and maximum line number of the given ast tuple""" return from_lineno(asttuple), to_lineno(asttuple) |