1
0
forked from VimPlug/jedi

import changes so that all local imports are 'from jedi.* import *'

This commit is contained in:
Dave Halter
2013-12-25 18:48:04 +01:00
parent 002b7001ca
commit 05f7e6f4b5
4 changed files with 6 additions and 6 deletions

View File

@@ -36,6 +36,6 @@ good text editor, while still having very good IDE features for Python.
__version__ = 0, 7, 1, 'alpha1'
from .api import Script, Interpreter, NotFoundError, set_debug_function
from .api import preload_module, defined_names
from . import settings
from jedi.api import Script, Interpreter, NotFoundError, set_debug_function
from jedi.api import preload_module, defined_names
from jedi import settings