From 5999bae6f6f687378096789b66cafeb8d77ff0f7 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 2 Nov 2012 18:40:36 +0100 Subject: [PATCH] removed next by accident --- jedi/parsing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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