diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2010-09-28 18:21:32 +0200 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2010-09-28 18:21:32 +0200 |
| commit | 48a1f7647f341e0daa4e1f06cb9f31642bcaf4ce (patch) | |
| tree | 34061874056bcfd92e738ef02579b3b5207b07b1 /utils.py | |
| parent | 1e68c66f949117f74a9c8f6cbda738b3b794bb45 (diff) | |
| parent | 2b5ec36d23de27f5dee5ef090150a74bbd865c5d (diff) | |
| download | astroid-git-48a1f7647f341e0daa4e1f06cb9f31642bcaf4ce.tar.gz | |
backport stable
Diffstat (limited to 'utils.py')
| -rw-r--r-- | utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ 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. |
