1
0
forked from VimPlug/jedi

Move iterable to context/iterable.

This commit is contained in:
Dave Halter
2017-09-30 17:41:21 +02:00
parent 06b2857974
commit 16011a91af
13 changed files with 17 additions and 17 deletions

View File

@@ -159,7 +159,7 @@ def _check_for_exception_catch(node_context, jedi_name, exception, payload=None)
else:
except_classes = node_context.eval_node(node)
for cls in except_classes:
from jedi.evaluate import iterable
from jedi.evaluate.context import iterable
if isinstance(cls, iterable.AbstractIterable) and \
cls.array_type == 'tuple':
# multiple exceptions