forked from VimPlug/jedi
forgot some fragments of CachedModule.cache
This commit is contained in:
@@ -376,8 +376,7 @@ class Script(object):
|
||||
return None, 0
|
||||
|
||||
try:
|
||||
timestamp, parser = builtin.CachedModule.cache[
|
||||
self.source_path]
|
||||
timestamp, parser = cache.module_cache[self.source_path]
|
||||
except KeyError:
|
||||
return None, 0
|
||||
part_parser = self._module.get_part_parser()
|
||||
|
||||
Reference in New Issue
Block a user