summaryrefslogtreecommitdiff
path: root/apt/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'apt/cache.py')
-rw-r--r--apt/cache.py2
1 files changed, 1 insertions, 1 deletions
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)