diff --git a/jedi/parsing.py b/jedi/parsing.py index e1357e9d..94140fbe 100644 --- a/jedi/parsing.py +++ b/jedi/parsing.py @@ -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 a perl script, and it should still work (which means throw no error. """ -from _compatibility import (literal_eval, StringIO, - property, is_py3k, cleandoc, Python3Method) +from _compatibility import (next, literal_eval, StringIO, + property, cleandoc, Python3Method) import tokenize import re