diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-22 15:18:37 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-22 15:18:37 +0100 |
commit | e87f9321919e5f2b1fc3c6e3b88a5cdf9d6e413e (patch) | |
tree | e0e15b3bd0957fb1c148cd7656d5448c3df3ee37 /_exceptions.py | |
parent | 689d969225d8c999eb519cadc1ba43088b53fe5e (diff) | |
download | astroid-git-e87f9321919e5f2b1fc3c6e3b88a5cdf9d6e413e.tar.gz |
cleanup: remove unused IgnoreChild exception
Diffstat (limited to '_exceptions.py')
-rw-r--r-- | _exceptions.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_exceptions.py b/_exceptions.py index 9cf2e98b..7dd6135e 100644 --- a/_exceptions.py +++ b/_exceptions.py @@ -58,7 +58,3 @@ class NoDefault(ASTNGError): no default value """ -class IgnoreChild(Exception): - """exception that maybe raised by visit methods to avoid children traversal - """ - |