From b991190f50a53f5b7c543acaf18ab4922891d5b8 Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 8 Jan 2013 12:58:13 +0100 Subject: [PATCH] python 3 compatibility, which is nicer anyway --- test/regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regression.py b/test/regression.py index c7f4c3e2..1dcb1309 100755 --- a/test/regression.py +++ b/test/regression.py @@ -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()