From 58fad74365c97bd88e89b0d3b310d88b89e03c13 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 27 May 2005 11:57:53 +0000 Subject: * don't init() the depcache in the constructor of the Cache object --- apt/cache.py | 1 - 1 file changed, 1 deletion(-) (limited to 'apt') diff --git a/apt/cache.py b/apt/cache.py index 1693498d..33574c6d 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -10,7 +10,6 @@ class Cache(object): self._cache = apt_pkg.GetCache(progress) self._depcache = apt_pkg.GetDepCache(self._cache) self._records = apt_pkg.GetPkgRecords(self._cache) - self._depcache.Init(progress) self._dict = {} # build the packages dict -- cgit v1.2.3