1
0
forked from VimPlug/jedi

Delete the old and unused MultiLevelStopIteration exception.

This commit is contained in:
Dave Halter
2015-02-19 01:43:43 +01:00
parent 0e73bf7d80
commit 9d048623dd

View File

@@ -9,12 +9,6 @@ from jedi._compatibility import unicode, next, reraise
from jedi import settings from jedi import settings
class MultiLevelStopIteration(Exception):
"""
StopIteration's get catched pretty easy by for loops, let errors propagate.
"""
class UncaughtAttributeError(Exception): class UncaughtAttributeError(Exception):
""" """
Important, because `__getattr__` and `hasattr` catch AttributeErrors Important, because `__getattr__` and `hasattr` catch AttributeErrors