forked from VimPlug/jedi
removed next by accident
This commit is contained in:
@@ -28,8 +28,8 @@ All those classes are being generated by PyFuzzyParser, which takes python text
|
|||||||
as input and ignores just all the non-python stuff. Basically you could feed it
|
as input and ignores just all the non-python stuff. Basically you could feed it
|
||||||
a perl script, and it should still work (which means throw no error.
|
a perl script, and it should still work (which means throw no error.
|
||||||
"""
|
"""
|
||||||
from _compatibility import (literal_eval, StringIO,
|
from _compatibility import (next, literal_eval, StringIO,
|
||||||
property, is_py3k, cleandoc, Python3Method)
|
property, cleandoc, Python3Method)
|
||||||
|
|
||||||
import tokenize
|
import tokenize
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user