From 2cf4e28059f008a39fd90902aa5e4d36fa6c727e Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 9 Jan 2006 19:24:22 +0100 Subject: * remove cruft implemented --- DistUpgrade/DistUpgradeView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgradeView.py') 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 """ -- cgit v1.2.3