diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-04 12:52:19 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-04 12:52:19 +0000 |
| commit | ad3b844320f099f40c475f39579a9baf578785c6 (patch) | |
| tree | e05618b5b3539de2a02067885c6c8c91d5528a20 /apt/cache.py | |
| parent | b7fe256872e69f51620a52917275a2e6bbc0d448 (diff) | |
| download | python-apt-ad3b844320f099f40c475f39579a9baf578785c6.tar.gz | |
* argg, /note to self: test your changes before comiting
Diffstat (limited to 'apt/cache.py')
| -rw-r--r-- | apt/cache.py | 2 |
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): |
