A bit of a different import.

This commit is contained in:
Dave Halter
2017-09-20 18:32:16 +02:00
parent 84ec5eda4c
commit 55d7c2acff

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, set_debug_function
from jedi.api import preload_module, names
from jedi.api import Script, Interpreter, set_debug_function, \
preload_module, names
from jedi import settings