1
0
forked from VimPlug/jedi

the whole import thing seems to be working

This commit is contained in:
Dave Halter
2013-12-24 16:28:28 +01:00
parent 7bf6ff768c
commit cf4b2c4557
4 changed files with 8 additions and 7 deletions

View File

@@ -22,9 +22,9 @@ from jedi import debug
from jedi import common
from jedi.evaluate import imports
from jedi.evaluate import builtin
import recursion
import docstrings
import dynamic
from jedi import recursion
from jedi import docstrings
from jedi import dynamic
class Executable(pr.IsScope):