1
0
forked from VimPlug/jedi

first steps to world domination -> removal of the hackish sys.path modifications

This commit is contained in:
Dave Halter
2013-12-24 16:22:48 +01:00
parent 4e68856cc4
commit 7bf6ff768c
6 changed files with 6 additions and 14 deletions

View File

@@ -20,10 +20,10 @@ from jedi import cache
from jedi import helpers
from jedi import debug
from jedi import common
from jedi.evaluate import imports
from jedi.evaluate import builtin
import recursion
import docstrings
import imports
import builtin
import dynamic