1
0
forked from VimPlug/jedi

forgot some fragments of CachedModule.cache

This commit is contained in:
David Halter
2013-01-08 12:53:02 +01:00
parent 67f7e66cc6
commit 8987ecf3a8
3 changed files with 5 additions and 7 deletions

View File

@@ -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()