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

@@ -11,7 +11,7 @@ from textwrap import dedent
import jedi
from jedi._compatibility import u
from jedi.parser.python import load_grammar
from jedi.parser.diff import FastParser
from jedi.parser.python.diff import FastParser
from jedi.parser.utils import save_parser