diff options
| author | Sebastian Heinlein <renate@hph4> | 2006-04-17 15:18:44 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <renate@hph4> | 2006-04-17 15:18:44 +0200 |
| commit | 9bd7121bd9ab06681a3b61df0a300b67fcd557a3 (patch) | |
| tree | 3255ca4733524eac802cd85f288864b475b9b546 /DistUpgrade/DistUpgradeViewNonInteractive.py | |
| parent | 1d2f44862609f46d205f0c895fd72ad5c5253061 (diff) | |
| parent | 8670d8c43a9ce7f42b85febe7bd9d35310fcb8ea (diff) | |
| download | python-apt-9bd7121bd9ab06681a3b61df0a300b67fcd557a3.tar.gz | |
* huge merge
Diffstat (limited to 'DistUpgrade/DistUpgradeViewNonInteractive.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewNonInteractive.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeViewNonInteractive.py b/DistUpgrade/DistUpgradeViewNonInteractive.py index 7a8fa7eb..dbf38387 100644 --- a/DistUpgrade/DistUpgradeViewNonInteractive.py +++ b/DistUpgrade/DistUpgradeViewNonInteractive.py @@ -60,8 +60,8 @@ class DistUpgradeViewNonInteractive(DistUpgradeView): 5. Complete """ pass - def confirmChanges(self, summary, changes, downloadSize): - DistUpgradeView.confirmChanges(self, summary, changes, downloadSize) + def confirmChanges(self, summary, changes, downloadSize, actions=None): + DistUpgradeView.confirmChanges(self, summary, changes, downloadSize, actions) logging.debug("toinstall: '%s'" % self.toInstall) logging.debug("toupgrade: '%s'" % self.toUpgrade) logging.debug("toremove: '%s'" % self.toRemove) |
