mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-15 08:26:42 +08:00
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