1
0
forked from VimPlug/jedi

The fast parser works now faster in case of for flows with a simple_stmt after.

This commit is contained in:
Dave Halter
2015-02-14 18:57:04 +01:00
parent a3b32729a7
commit db31e0e37d
2 changed files with 11 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ from inspect import cleandoc
from itertools import chain
import textwrap
from jedi._compatibility import (next, Python3Method, encoding, is_py3,
from jedi._compatibility import (Python3Method, encoding, is_py3,
literal_eval, use_metaclass, unicode)
from jedi import cache