From 9d048623ddfbf24f1fbf3334544068312a4ced6f Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 19 Feb 2015 01:43:43 +0100 Subject: [PATCH] Delete the old and unused MultiLevelStopIteration exception. --- jedi/common.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jedi/common.py b/jedi/common.py index 426bc0aa..38ed6d23 100644 --- a/jedi/common.py +++ b/jedi/common.py @@ -9,12 +9,6 @@ from jedi._compatibility import unicode, next, reraise from jedi import settings -class MultiLevelStopIteration(Exception): - """ - StopIteration's get catched pretty easy by for loops, let errors propagate. - """ - - class UncaughtAttributeError(Exception): """ Important, because `__getattr__` and `hasattr` catch AttributeErrors