1
0
forked from VimPlug/jedi

further improvements of the jedi import in tests

This commit is contained in:
David Halter
2013-01-08 12:29:17 +01:00
parent 3c4e079ecb
commit 869572fe64
3 changed files with 6 additions and 10 deletions
-4
View File
@@ -32,8 +32,4 @@ sys.path.insert(0, __path__[0])
from .api import Script, NotFoundError, set_debug_function, _quick_complete
from . import settings
from . import api
del api
sys.path.pop(0)