summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-08-04 12:10:50 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-08-04 12:10:50 +0000
commitb7fe256872e69f51620a52917275a2e6bbc0d448 (patch)
treedd2894673c6ab3b6e1193bc032ed689803c871da
parent4091ce520a94963d624348d627004e2e7339fc00 (diff)
downloadpython-apt-b7fe256872e69f51620a52917275a2e6bbc0d448.tar.gz
* DistUpgrade -> distUpgrade
-rw-r--r--apt/cache.py2
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
"""