1
0
forked from VimPlug/jedi

reverse sys.path change once again, after sys.path library is loaded.

This commit is contained in:
David Halter
2012-11-04 13:14:24 +01:00
parent 6f8d477679
commit bfdfa67b97

View File

@@ -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)