diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-05-27 11:57:53 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-05-27 11:57:53 +0000 |
| commit | 58fad74365c97bd88e89b0d3b310d88b89e03c13 (patch) | |
| tree | 8ec08bc6f319d3e6042d9388c0bb4a0e0578425a /apt | |
| parent | 2cfce7a05a4c71c79fe62b83a72fe1d83e11e22b (diff) | |
| download | python-apt-58fad74365c97bd88e89b0d3b310d88b89e03c13.tar.gz | |
* don't init() the depcache in the constructor of the Cache object
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/cache.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
