summaryrefslogtreecommitdiff
path: root/apt/cache.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-11-28 13:52:49 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-11-28 13:52:49 +0000
commitca8c79947fae5f77272e0912b74e13778192e4c1 (patch)
treed7d1ea3912eadc99d85e594564707fef983d0c97 /apt/cache.py
parent311111a187216e25957c08e7c2e114b0118a48e2 (diff)
downloadpython-apt-ca8c79947fae5f77272e0912b74e13778192e4c1.tar.gz
* small tweaks, prepared next ubuntu upload
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 259d7b9d..5b95ec35 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -185,7 +185,7 @@ class Cache(object):
if res == pm.ResultFailed:
raise SystemError, "install failed"
- return res
+ return (res == pm.ResultCompleted)
# cache changes
def cachePostChange(self):