1
0
forked from VimPlug/jedi

Change time_cache, to also host the star_import_cache.

This commit is contained in:
Dave Halter
2014-10-06 17:37:34 +02:00
parent bbdb4703ec
commit 3638d5149d
2 changed files with 15 additions and 29 deletions

View File

@@ -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:]