1
0
forked from VimPlug/jedi

Replace the diff parser imports with the modified path.

This commit is contained in:
Dave Halter
2017-03-21 22:10:01 +01:00
parent 3a2811fbe8
commit 2cb565561d
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ from jedi import debug
from jedi.common import splitlines
from jedi import cache
from jedi.parser.python import load_grammar
from jedi.parser.diff import DiffParser
from jedi.parser.python.diff import DiffParser
from jedi.parser import ParserWithRecovery