From 3a08cfb10590d5cf5df1f45d94a424ef6a0f674b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 23 Mar 2010 13:32:21 +0100 Subject: * apt/cache.py: - make cache open silent by default (use apt.progress.base.OpProgress) --- apt/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt/cache.py') diff --git a/apt/cache.py b/apt/cache.py index 2e6d24e5..cfe6bedc 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -117,7 +117,7 @@ class Cache(object): a dictionary """ if progress is None: - progress = apt.progress.text.OpProgress() + progress = apt.progress.base.OpProgress() self._run_callbacks("cache_pre_open") self._cache = apt_pkg.Cache(progress) -- cgit v1.2.3