diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-09 19:24:22 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-09 19:24:22 +0100 |
| commit | 2cf4e28059f008a39fd90902aa5e4d36fa6c727e (patch) | |
| tree | 827f6065ef20af79d71effdc2550aa0ff7ec6603 /DistUpgrade/DistUpgradeView.py | |
| parent | 6e70ca9443891d9eec28332d04b7cd262a5e9aee (diff) | |
| download | python-apt-2cf4e28059f008a39fd90902aa5e4d36fa6c727e.tar.gz | |
* remove cruft implemented
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 2 |
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 """ |
