1
0
forked from VimPlug/jedi

Merge pull request #67 from hattya/dev

fix typo
This commit is contained in:
David Halter
2012-11-22 03:11:37 -08:00

View File

@@ -55,7 +55,7 @@ class CachedModule(object):
# In case there is already a module cached and this module
# has to be reparsed, we also need to invalidate the import
# caches.
imports.invalidate_star_import_cache(self._parser.module)
imports.invalidate_star_import_cache(parser.module)
raise KeyError()
except KeyError:
self._load_module()