forked from VimPlug/jedi
Change time_cache, to also host the star_import_cache.
This commit is contained in:
@@ -377,7 +377,7 @@ class _Importer(object):
|
||||
pr.Name(FakeSubModule, 'flask_' + str(part), part.parent, pos),
|
||||
) + orig_path[3:]
|
||||
return self._real_follow_file_system()
|
||||
except ModuleNotFound as e:
|
||||
except ModuleNotFound:
|
||||
self.import_path = (
|
||||
pr.Name(FakeSubModule, 'flaskext', part.parent, pos),
|
||||
) + orig_path[2:]
|
||||
|
||||
Reference in New Issue
Block a user