1
0
forked from VimPlug/jedi

python 3 compatibility, which is nicer anyway

This commit is contained in:
David Halter
2013-01-08 12:58:13 +01:00
parent 8987ecf3a8
commit b991190f50

View File

@@ -21,7 +21,7 @@ class TestRegression(TestBase):
old, jedi.settings.star_import_cache_validity = \
jedi.settings.star_import_cache_validity, new
cache = jedi.cache
cache = api.cache
cache.star_import_cache = {} # first empty...
# path needs to be not-None (otherwise caching effects are not visible)
jedi.Script('', 1, 0, '').complete()