1
0
forked from VimPlug/jedi

removed next by accident

This commit is contained in:
David Halter
2012-11-02 18:40:36 +01:00
parent 4667ea5573
commit 5999bae6f6

View File

@@ -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