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

@@ -6,7 +6,7 @@ import inspect
import os
from jedi import common
from jedi.parser.diff import FastParser
from jedi.parser.python.diff import FastParser
from jedi.evaluate import compiled
from jedi.cache import underscore_memoization
from jedi.evaluate import imports