1
0
forked from VimPlug/jedi

Remove the deprecated attributes from Jedi.

This commit is contained in:
Dave Halter
2017-09-20 18:27:29 +02:00
parent 0c01a3b823
commit d6a04b2928
4 changed files with 6 additions and 113 deletions
+2 -2
View File
@@ -38,6 +38,6 @@ good text editor, while still having very good IDE features for Python.
__version__ = '0.11.0'
from jedi.api import Script, Interpreter, NotFoundError, set_debug_function
from jedi.api import preload_module, defined_names, names
from jedi.api import Script, Interpreter, set_debug_function
from jedi.api import preload_module, names
from jedi import settings