diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-04 12:10:50 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-04 12:10:50 +0000 |
| commit | b7fe256872e69f51620a52917275a2e6bbc0d448 (patch) | |
| tree | dd2894673c6ab3b6e1193bc032ed689803c871da | |
| parent | 4091ce520a94963d624348d627004e2e7339fc00 (diff) | |
| download | python-apt-b7fe256872e69f51620a52917275a2e6bbc0d448.tar.gz | |
* DistUpgrade -> distUpgrade
| -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 850028bf..748dfa86 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -95,7 +95,7 @@ class Cache(object): changes.append(p) return changes - def upgrade(self, DistUpgrade=False): + def upgrade(self, distUpgrade=False): """ Upgrade the all package, DistUpgrade will also install new dependencies """ |
