summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeView.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-09 19:24:22 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-09 19:24:22 +0100
commit2cf4e28059f008a39fd90902aa5e4d36fa6c727e (patch)
tree827f6065ef20af79d71effdc2550aa0ff7ec6603 /DistUpgrade/DistUpgradeView.py
parent6e70ca9443891d9eec28332d04b7cd262a5e9aee (diff)
downloadpython-apt-2cf4e28059f008a39fd90902aa5e4d36fa6c727e.tar.gz
* remove cruft implemented
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
-rw-r--r--DistUpgrade/DistUpgradeView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py
index cc8616d2..a36855d3 100644
--- a/DistUpgrade/DistUpgradeView.py
+++ b/DistUpgrade/DistUpgradeView.py
@@ -45,7 +45,7 @@ class DistUpgradeView(object):
4. Post upgrade stuff
"""
pass
- def confirmChanges(self, changes, downloadSize):
+ def confirmChanges(self, summary, changes, downloadSize):
""" display the list of changed packages (apt.Package) and
return if the user confirms them
"""