diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-26 12:14:20 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-26 12:14:20 +0100 |
| commit | 40bf122a63ddbe0b99810c13c5676e871964de33 (patch) | |
| tree | f3ba22cd970e936a18301e8cb0356f898a5d8a0e | |
| parent | b8b968e115a377bdda2a0e4e74bb4cd9aa126e03 (diff) | |
| parent | 33522c90ad814bc03643fd3bea435315831a8c7f (diff) | |
| download | python-apt-40bf122a63ddbe0b99810c13c5676e871964de33.tar.gz | |
* apt/cache.py:
- revert the InitConfig change, has unintended side-effects
| -rw-r--r-- | apt/cache.py | 1 | ||||
| -rw-r--r-- | debian/changelog | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py index a8432a32..0065d14c 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -55,7 +55,6 @@ class Cache(object): apt_pkg.Config.Set("Dir", rootdir) apt_pkg.Config.Set("Dir::State::status", rootdir + "/var/lib/dpkg/status") - apt_pkg.InitConfig() self.open(progress) def _runCallbacks(self, name): diff --git a/debian/changelog b/debian/changelog index 6cb5d12d..025d3fb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.7.9~exp2ubuntu5) jaunty; urgency=low + + * apt/cache.py: + - revert the InitConfig change, has unintended side-effects + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Jan 2009 12:13:46 +0100 + python-apt (0.7.9~exp2ubuntu4) jaunty; urgency=low * apt/cache.py: |
