forked from VimPlug/jedi
reverse sys.path change once again, after sys.path library is loaded.
This commit is contained in:
@@ -6,3 +6,5 @@ sys.path.insert(0, __path__[0])
|
||||
|
||||
from .api import Script, NotFoundError, set_debug_function
|
||||
from . import settings
|
||||
|
||||
sys.path.pop(0)
|
||||
|
||||
Reference in New Issue
Block a user