summaryrefslogtreecommitdiff
path: root/apt/cache.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-08-04 12:52:19 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-08-04 12:52:19 +0000
commitad3b844320f099f40c475f39579a9baf578785c6 (patch)
treee05618b5b3539de2a02067885c6c8c91d5528a20 /apt/cache.py
parentb7fe256872e69f51620a52917275a2e6bbc0d448 (diff)
downloadpython-apt-ad3b844320f099f40c475f39579a9baf578785c6.tar.gz
* argg, /note to self: test your changes before comiting
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 748dfa86..50a896e6 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -100,7 +100,7 @@ class Cache(object):
new dependencies
"""
self.cachePreChange()
- self._depcache.Upgrade(DistUpgrade)
+ self._depcache.Upgrade(distUpgrade)
self.cachePostChange()
def commit(self, fprogress, iprogress):