diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-15 10:58:48 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-15 10:58:48 +0100 |
commit | 616a5be4d2dee8f16683306ac5bcc62c65c638fd (patch) | |
tree | da09f532fd993637d6c3e5ee02c2c14465caa322 /utils.py | |
parent | 0b95c6d89a5eb2d3855b2353bb9817cc7cae3ded (diff) | |
download | astroid-git-616a5be4d2dee8f16683306ac5bcc62c65c638fd.tar.gz |
remove more py2.4 relative stuff and fix readme
Diffstat (limited to 'utils.py')
-rw-r--r-- | utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ extract information from it __docformat__ = "restructuredtext en" from logilab.astng._exceptions import IgnoreChild, ASTNGBuildingException -from logilab.common.compat import set class ASTVisitor(object): """Abstract Base Class for Python AST Visitors. |