1
0
forked from VimPlug/jedi

Rename parser.utils to parser.cache.

This commit is contained in:
Dave Halter
2017-03-30 01:57:48 +02:00
parent db364bc44d
commit 35fd1c70bd
9 changed files with 16 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ import time
import inspect
from jedi import settings
from jedi.parser.utils import parser_cache
from jedi.parser.cache import parser_cache
_time_caches = {}